Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GMP/MPIR bindings fixups #157

Open
wants to merge 26 commits into
base: libgmp-transition
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
fixup
arvidn committed Nov 19, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 038f3754382cf8c5b4b74ce3aad4688db3636328
2 changes: 0 additions & 2 deletions .github/workflows/build-arm64-wheels.yml
Original file line number Diff line number Diff line change
@@ -42,8 +42,6 @@ jobs:
curl -L https://sh.rustup.rs > rustup-init.sh && \
sh rustup-init.sh -y && \
yum -y install openssl-devel && \
yum -y install gmp && \
ls -la /usr/lib64/libgmp* \
source $HOME/.cargo/env && \
rustup target add aarch64-unknown-linux-musl && \
rm -rf venv && \
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -70,7 +70,6 @@ jobs:
curl -L https://sh.rustup.rs > rustup-init.sh && \
sh rustup-init.sh -y && \
yum -y install openssl-devel && \
yum -y install gmp && \
source $HOME/.cargo/env && \
rustup target add x86_64-unknown-linux-musl && \
rm -rf venv && \