Skip to content

Commit

Permalink
ring 0.17 assembly build needs __ARM_ARCH set
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Oct 9, 2023
1 parent 68042dd commit 292c027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
env
curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
export PATH="$HOME/.cargo/bin:$PATH"
# ring 0.17 assembly build needs __ARM_ARCH set
export CFLAGS_aarch64_unknown_linux_gnu="-D__ARM_ARCH=8"
rustup component add llvm-tools-preview || true
rustup target add aarch64-unknown-linux-gnu
python3 -m venv .env
Expand Down

0 comments on commit 292c027

Please sign in to comment.