File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 - { name: "manylinux_2_24_x86_64", CONTAINER: "cryptography-manylinux_2_24:x86_64"}
3030 - { name: "musllinux_1_1_x86_64", CONTAINER: "cryptography-musllinux_1_1:x86_64"}
3131 exclude :
32- # Latest PyPy binaaries do not support manylinux2010
32+ # Latest PyPy binaries do not support manylinux2010
3333 - PYTHON : { VERSION: "pypy3.7", PATH: "/opt/pypy3.7/bin/pypy" }
3434 MANYLINUX : { NAME: "manylinux2010_x86_64", CONTAINER: "cryptography-manylinux2010:x86_64" }
3535 - PYTHON : { VERSION: "pypy3.8", PATH: "/opt/pypy3.8/bin/pypy" }
6161 PY_LIMITED_API="--py-limited-api=${{ matrix.PYTHON.ABI_VERSION }}"
6262 fi
6363 cd cryptography*
64- LDFLAGS="-L/opt/pyca/cryptography/openssl/lib" \
64+ LDFLAGS="-L/opt/pyca/cryptography/openssl/lib -L/opt/pyca/cryptography/openssl/lib64 " \
6565 CFLAGS="-I/opt/pyca/cryptography/openssl/include -Wl,--exclude-libs,ALL" \
6666 ../.venv/bin/python setup.py bdist_wheel $PY_LIMITED_API && mv dist/cryptography*.whl ../tmpwheelhouse
6767 env :
You can’t perform that action at this time.
0 commit comments