File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77 pre_build :
88 commands :
99 - export CC=gcc
10+ - export AWS_LIBCRYPTO_INSTALL=/opt/openssl
1011 - cd aws-crt-python
1112 - /opt/python/cp37-cp37m/bin/python ./continuous-delivery/update-version.py
1213 build :
Original file line number Diff line number Diff line change 77 pre_build :
88 commands :
99 - export CC=gcc
10+ - export AWS_LIBCRYPTO_INSTALL=/opt/openssl
1011 - cd aws-crt-python
1112 - /opt/python/cp37-cp37m/bin/python ./continuous-delivery/update-version.py
1213 build :
Original file line number Diff line number Diff line change 55
66/usr/local/bin/python3.8 ./continuous-delivery/update-version.py
77
8+ export AWS_LIBCRYPTO_INSTALL=/opt/openssl
9+
810/usr/local/bin/python3.5m setup.py sdist bdist_wheel
911auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-* cp35* .whl
1012
@@ -21,4 +23,3 @@ rm dist/*.whl
2123cp -r wheelhouse/* dist/
2224
2325# now you just need to run twine (that's in a different script)
24-
You can’t perform that action at this time.
0 commit comments