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

Fix deployment failure #329

Open
johnbradley opened this issue May 18, 2021 · 1 comment
Open

Fix deployment failure #329

johnbradley opened this issue May 18, 2021 · 1 comment

Comments

@johnbradley
Copy link
Collaborator

The deployment to pypi that runs on circleci failed due to the following error setting up twine:

error: can't find Rust compiler

Some discussion of the Rust requirement for python cryptography here: pyca/cryptography#5771

@johnbradley
Copy link
Collaborator Author

Adding CRYPTOGRAPHY_DONT_BUILD_RUST=1 to the circleci environment variable config fixed the deployment.
This option will be removed by cryptography in a future release so we should update our circleci config to permanently fix this issue.

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

No branches or pull requests

1 participant