Skip to content

Commit

Permalink
try musl-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent f72c00b commit e4f4dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "TEST_CC=musl-gcc" >> $GITHUB_ENV
;;
"linux-musl-arm64")
echo "HOST=aarch64-linux-musl CC=aarch64-linux-musl-gcc" >> $GITHUB_ENV
echo "HOST=aarch64-linux-musl" >> $GITHUB_ENV
echo "GMP_SO=libgmp.so.10.5.0" >> $GITHUB_ENV
echo "GMP_CPP_SO=libgmpxx.so.4.7.0" >> $GITHUB_ENV
echo "STRIP=strip --strip-unneeded" >> $GITHUB_ENV
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
;;
"linux-musl-arm64")
sudo apt-get update
sudo apt-get install -y musl-tools qemu-user crossbuild-essential-arm64
sudo apt-get install -y musl-tools qemu-user musl-cross
;;
"win-x86")
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit e4f4dc2

Please sign in to comment.