We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca09b11 commit 374e167Copy full SHA for 374e167
.github/workflows/build-arm64-wheels.yml
@@ -43,6 +43,7 @@ jobs:
43
sh rustup-init.sh -y && \
44
yum -y install openssl-devel && \
45
yum -y install gmp && \
46
+ ls -la /usr/lib64/ && \
47
source $HOME/.cargo/env && \
48
rustup target add aarch64-unknown-linux-musl && \
49
rm -rf venv && \
.github/workflows/build-test.yml
@@ -232,11 +232,11 @@ jobs:
232
with:
233
toolchain: nightly
234
- name: install GMP
235
- run: sudo apt install libgmp3-dev
+ run: sudo apt install libgmp-dev
236
- name: cargo-fuzz
237
run: cargo +nightly install cargo-fuzz
238
- name: build
239
- run: cargo +nightly fuzz build
+ run: cargo +nightly fuzz build --cargo-extra-args="--features=openssl"
240
241
unit_tests:
242
runs-on: ubuntu-20.04
0 commit comments