Skip to content

Commit 81a8219

Browse files
committed
chore: apply mold fixes for #1496, #1497
1 parent e08d343 commit 81a8219

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.docker/install-mold.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ MOLD_VERSION=2.40.3
1111
fetch.sh https://github.com/rui314/mold/archive/refs/tags/v${MOLD_VERSION}.tar.gz mold-${MOLD_VERSION}.tar.gz
1212
tar xf mold-${MOLD_VERSION}.tar.gz
1313
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
1416
mkdir build
1517
cd build
1618

0 commit comments

Comments
 (0)