1 parent e08d343 commit 81a8219Copy full SHA for 81a8219
1 file changed
.docker/install-mold.sh
@@ -11,6 +11,8 @@ MOLD_VERSION=2.40.3
11
fetch.sh https://github.com/rui314/mold/archive/refs/tags/v${MOLD_VERSION}.tar.gz mold-${MOLD_VERSION}.tar.gz
12
tar xf mold-${MOLD_VERSION}.tar.gz
13
cd mold-${MOLD_VERSION}
14
+fetch.sh https://github.com/rui314/mold/commit/d9b20a158097a376154cb692f607edbe7a823338.diff - | patch -p1
15
+fetch.sh https://github.com/rui314/mold/commit/7e0b728378ffca93c39666d128fe280cdd81d895.diff - | patch -p1
16
mkdir build
17
cd build
18
0 commit comments