Skip to content

Commit

Permalink
update aarch64 flags and add aes to both; also update maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Aug 16, 2023
1 parent 52e14ee commit dd96629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu] #[ubuntu, macos]
compile_arch: [aarch64] #[x86_64, aarch64]
compile_arch: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
manylinux: auto
# GCC 4.8.5 in manylinux2014 container doesn't support c11 atomic. This caused issues with the `ring` crate that causes TLS to fail
container: messense/manylinux_2_24-cross:aarch64
args: --profile release --out dist --sdist
args: --profile release-lto --out dist --sdist
RUSTFLAGS: -C target-feature=+aes,+neon

- name: Build wheels - Mac aarch64
Expand Down

0 comments on commit dd96629

Please sign in to comment.