File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 && \
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 }}
You can’t perform that action at this time.
0 commit comments