File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 sh rustup-init.sh -y && \
4646 yum -y install openssl-devel && \
4747 yum -y install gmp && \
48- ls -la /opt/rh/devtoolset-10/root/ usr/lib64/ && \
48+ ls -la /usr/lib64/ && \
4949 source $HOME/.cargo/env && \
5050 rustup target add aarch64-unknown-linux-musl && \
5151 rm -rf venv && \
5656 if [ ! -f "activate" ]; then ln -s venv/bin/activate; fi && \
5757 . ./activate && \
5858 pip install maturin && \
59- CC=gcc maturin build --no-sdist --release --strip --manylinux 2014 --cargo-extra-args="--features=openssl,libgmp3 " \
59+ CC=gcc maturin build --no-sdist --release --strip --manylinux 2014 --cargo-extra-args="--features=openssl,libgmp " \
6060 '
6161
6262 - name : Upload artifacts
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ libfuzzer-sys = "0.4"
1414[dependencies .clvm_rs ]
1515path = " .."
1616default-features = false
17- features = [" libgmp" ]
17+ features = [" libgmp" , " openssl " ]
1818
1919# Prevent this from interfering with workspaces
2020[workspace ]
You can’t perform that action at this time.
0 commit comments