Skip to content

Commit

Permalink
(mostly) revert wheel builder config change (#3846)
Browse files Browse the repository at this point in the history
* Revert "Remve outdated comment and linewrap (#3838)"

This reverts commit 990d759.

* remove the outdated comment
  • Loading branch information
reaperhulk authored and alex committed Aug 4, 2017
1 parent ad294c6 commit dc35eae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .jenkins/Jenkinsfile-cryptography-wheel-builder
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ def build(version, label, imageName) {
virtualenv .venv -p ${pythonPath[version]}
source .venv/bin/activate
pip install -U wheel # upgrade wheel to latest before we use it to build the wheel
CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS="1"
LDFLAGS="/usr/local/opt/openssl@1.1/lib/libcrypto.a /usr/local/opt/openssl@1.1/lib/libssl.a"
CFLAGS="-I/usr/local/opt/openssl@1.1/include -mmacosx-version-min=10.9"
pip wheel cryptography==$BUILD_VERSION --wheel-dir=wheelhouse --no-binary cryptography
CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS="1" LDFLAGS="/usr/local/opt/openssl@1.1/lib/libcrypto.a /usr/local/opt/openssl@1.1/lib/libssl.a" CFLAGS="-I/usr/local/opt/openssl@1.1/include -mmacosx-version-min=10.9" pip wheel cryptography==$BUILD_VERSION --wheel-dir=wheelhouse --no-binary cryptography
pip install -f wheelhouse cryptography --no-index
python -c "from cryptography.hazmat.backends.openssl.backend import backend;print('Loaded: ' + backend.openssl_version_text());print('Linked Against: ' + backend._ffi.string(backend._lib.OPENSSL_VERSION_TEXT).decode('ascii'))"
otool -L `find .venv -name '_openssl*.so'`
Expand Down

0 comments on commit dc35eae

Please sign in to comment.