Skip to content

Commit 5772f7e

Browse files
committed
Use same arguments as cryptography for rust compiler installation
1 parent a575618 commit 5772f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/manylinux2014-build-and-test-wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MACHINE=$(uname -m)
1313
if [ "${MACHINE}" == "s390x" ] || [ "${MACHINE}" == "ppc64le" ]; then
1414
# build cryptography from sources
1515
yum install -y libffi-devel
16-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
16+
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal --no-modify-path
1717
export PATH=${HOME}/.cargo/bin:${PATH}
1818
./scripts/manylinux2014-build-and-install-openssl.sh /tmp/openssl-cryptography no-shared -fPIC
1919
CFLAGS="-I/tmp/openssl-cryptography/include" LDFLAGS="-L/tmp/openssl-cryptography/lib" ${MANYLINUX_PYTHON_BIN}/pip wheel --no-binary :all: cryptography

0 commit comments

Comments
 (0)