We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678c7d1 commit 99b191dCopy full SHA for 99b191d
.github/workflows/python-wheels.yml
@@ -38,6 +38,12 @@ jobs:
38
with:
39
python-version: "3.11"
40
41
+ - name: Set ring flags (aarch64 linux)
42
+ if: ${{ matrix.target == 'aarch64-unknown-linux-gnu' && startsWith(matrix.platform, 'manylinux') }}
43
+ run: |
44
+ echo "RING_PREGENERATE_ASM=1" >> $GITHUB_ENV
45
+ echo "CFLAGS_aarch64_unknown_linux_gnu=-march=armv8-a" >> $GITHUB_ENV
46
+
47
- name: Build wheels
48
uses: PyO3/maturin-action@v1
49
0 commit comments