Skip to content

Commit

Permalink
run script
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Aug 2, 2023
1 parent f9178c7 commit ed2f658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: python tools/patch_package_version.py


- run: docker run --rm --workdir $(pwd) -v $(pwd):$(pwd) --entrypoint ls messense/manylinux2014-cross:aarch64-arm64
- run: docker run --rm --workdir $(pwd) -v $(pwd):$(pwd) --entrypoint ci/build_linux_arm64.sh messense/manylinux2014-cross:aarch64-arm64
# - name: Build wheels - Linux aarch64
# uses: messense/maturin-action@v1
# with:
Expand Down
5 changes: 5 additions & 0 deletions ci/build_linux_arm64.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain nightly
pip3 install "maturin[readelf]"
ls

0 comments on commit ed2f658

Please sign in to comment.