Skip to content

Commit

Permalink
its over, i have the high ground
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed May 16, 2024
1 parent 110ebb1 commit 5c10a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
python-version: '3.10'
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
# support for lionux aarch64 - see here: https://github.com/apache/opendal/issues/3673
CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8"
with:
before-script-linux: |
# Check for yum and use it if available, otherwise use apt-get
Expand Down

0 comments on commit 5c10a6a

Please sign in to comment.