Skip to content

Commit

Permalink
speedup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Aug 16, 2023
1 parent 2d5609c commit 77292e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos]
compile_arch: [x86_64, aarch64]
os: [ubuntu] #[ubuntu, macos]
compile_arch: [aarch64] #[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-lto --out dist --sdist
args: --profile release --out dist --sdist

- name: Build wheels - Mac aarch64
if: ${{ (matrix.os == 'macos') && (matrix.compile_arch == 'aarch64') }}
Expand Down

0 comments on commit 77292e6

Please sign in to comment.