Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Ensure extension-module is added when we're calling maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Aug 3, 2023
1 parent 38da63e commit 2621139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
USE_FEATURES=$(./support/feature-fishing.py)
echo "USE_FEATURES=${USE_FEATURES}" >> "$GITHUB_ENV"
export
CC=gcc maturin build --release --strip --manylinux 2014 "--features=${USE_FEATURES}"
CC=gcc maturin build --release --strip --manylinux 2014 "--features=extension-module,${USE_FEATURES}"
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-m1-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
. ./venv/bin/activate
cd clvm_tools_rs
arch -arm64 cargo test --features="${USE_FEATURES}"
arch -arm64 cargo test --features="extension-module,${USE_FEATURES}"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2621139

Please sign in to comment.