Skip to content

Commit 5c10a6a

Browse files
committed
its over, i have the high ground
1 parent 110ebb1 commit 5c10a6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
python-version: '3.10'
2727
- name: Build wheels
2828
uses: PyO3/maturin-action@v1
29+
env:
30+
# support for lionux aarch64 - see here: https://github.com/apache/opendal/issues/3673
31+
CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8"
2932
with:
3033
before-script-linux: |
3134
# Check for yum and use it if available, otherwise use apt-get

0 commit comments

Comments
 (0)