Skip to content

Commit

Permalink
[skip ci] release build uses gcc on x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Sep 3, 2024
1 parent 9912b09 commit f170c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
mkdir -p ./bls/lib/linux/
make CXX=clang++
#make CXX=clang++ # avoid crashes on non-AVX CPUs
make
make clean
# build linux/arm64
sudo apt-get install gcc-multilib
Expand Down

0 comments on commit f170c21

Please sign in to comment.