Skip to content

Commit 06c8ce8

Browse files
committed
add musl patch
1 parent dd1004d commit 06c8ce8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/install-musl.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ musl="musl-${musl_version}"
2020
curl --retry 5 "https://www.musl-libc.org/releases/${musl}.tar.gz" | tar xzf -
2121

2222
cd "$musl"
23+
24+
if [ "$musl_version" = "1.1.24" ]; then {
25+
curl --retry 5 \
26+
https://github.com/kraj/musl/commit/725e17ed6dff4d0cd22487bb64470881e86a92e7.patch |
27+
patch
28+
}
29+
2330
case ${1} in
2431
aarch64)
2532
musl_arch=aarch64

0 commit comments

Comments
 (0)