Skip to content

Commit

Permalink
Add a zig cross compiling test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 28, 2021
1 parent 1ab1789 commit 0346551
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ jobs:
pypy3 -m pip install --force-reinstall --no-index --find-links test-crates/pyo3-pure/target/wheels pyo3-pure
pypy3 -m pip install pytest
pypy3 -m pytest test-crates/pyo3-pure/test_pyo3_pure.py
- uses: actions/setup-python@v2
with:
python-version: "3.10.0"
- name: test cross compiling with zig
run: |
rustup target add aarch64-unknown-linux-gnu
cargo run -- build --no-sdist -m test-crates/pyo3-pure/Cargo.toml --target aarch64-unknown-linux-gnu --zig
test-auditwheel:
name: Test Auditwheel
Expand Down

0 comments on commit 0346551

Please sign in to comment.