We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1004d commit 06c8ce8Copy full SHA for 06c8ce8
ci/install-musl.sh
@@ -20,6 +20,13 @@ musl="musl-${musl_version}"
20
curl --retry 5 "https://www.musl-libc.org/releases/${musl}.tar.gz" | tar xzf -
21
22
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
30
case ${1} in
31
aarch64)
32
musl_arch=aarch64
0 commit comments