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
commit daccc84211bbf96414012a84fefdd9827705bd2a
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
- name: Install GMP
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: |
sudo apt install gmp
sudo apt install libgmp3
ls -la /usr/lib64

- name: Build
@@ -115,7 +115,7 @@ jobs:
run: |
python -m pip install maturin
rustup target add x86_64-unknown-linux-musl
sudo apt install gmp
sudo apt install libgmp3

- name: Build
env:
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -247,6 +247,6 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- name: install GMP
run: sudo apt install gmp
run: sudo apt install libgmp3
- name: cargo test
run: cargo test