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 344b409 commit a46111bCopy full SHA for a46111b
ci/install-musl.sh
@@ -66,6 +66,7 @@ case ${1} in
66
CC=s390x-linux-gnu-gcc \
67
./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
68
make install -j4
69
+ ;;
70
*)
71
echo "Unknown target arch: \"${1}\""
72
exit 1
0 commit comments