Skip to content

Commit ae3f559

Browse files
committed
wip
1 parent 815eed1 commit ae3f559

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
sh rustup-init.sh -y && \
7373
yum -y install openssl-devel && \
7474
yum -y install gmp && \
75-
ls -la /opt/rh/devtoolset-8/root/usr/lib64 && \
76-
ls -la /opt/rh/devtoolset-8/root/usr/lib && \
75+
pkg-config --libs libgmp && \
7776
source $HOME/.cargo/env && \
7877
rustup target add x86_64-unknown-linux-musl && \
7978
rm -rf venv && \
@@ -90,7 +89,7 @@ jobs:
9089
. ./activate && \
9190
pip install --upgrade pip && \
9291
pip install maturin && \
93-
CC=gcc maturin build --no-sdist --release --strip --manylinux 2010 --cargo-extra-args="--features=openssl,libgmp10" \
92+
CC=gcc maturin build --no-sdist --release --strip --manylinux 2010 --cargo-extra-args="--features=openssl,libgmp" \
9493
'
9594
9695
- name: Build Windows with maturin on Python ${{ matrix.python }}

0 commit comments

Comments
 (0)