Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARCH is not propagating to the install_openssl script properly #121

Closed
reaperhulk opened this issue Jul 24, 2017 · 0 comments
Closed

ARCH is not propagating to the install_openssl script properly #121

reaperhulk opened this issue Jul 24, 2017 · 0 comments

Comments

@reaperhulk
Copy link
Member

sh install_openssl.sh ${ARCH} is not actually passing ARCH as we expect.

See the output in https://ci.cryptography.io/blue/organizations/jenkins/pyca%2Finfra/detail/PR-120/1/pipeline/50

This should be x86_64 but it's configuring for 686 because it's not seeing an arg provided to the script. It appears that the OpenSSL config script might be "smart" enough to ignore what we tell it and compile for 64-bit anyway (since the 64-bit manylinux1 wheels definitely work), but we should still fix this as it's basically only working due to luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant