-
Notifications
You must be signed in to change notification settings - Fork 104
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
Helix ARM images fail to build, asks for Rust to be installed or can't build cryptography wheel #903
Comments
This was referenced Oct 16, 2023
Closed
we may follow #929 that fixed Debian 11 on arm32. We may do the same for Debian 12. It also may not be needed since Debian 12 has newer rush e.g. the old pattern may just work. |
I'm seeing this issue blocking alpine arm32 images now -
I think we should probably disable that image to unblock other builds. |
lbussell
changed the title
Debian and Raspbian Helix images fail to build, asks for Rust to be installed
Helix ARM images fail to build, asks for Rust to be installed
Jan 31, 2024
lbussell
changed the title
Helix ARM images fail to build, asks for Rust to be installed
Helix ARM images fail to build, asks for Rust to be installed or can't build cryptography wheel
Jan 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #897, unrelated to the PR's changes, the Raspbian and Debian Helix stages failed to build:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=343439&view=logs&j=3269ed96-e1ee-5791-373d-a55e5a2175a9&t=6d9bf06a-e7bf-5504-6e26-c5b767fa7b88
The specific error is:
It seems that the Helix install script doesn't respect the
CRYPTOGRAPHY_DONT_BUILD_RUST
environment variable that has been set:dotnet-buildtools-prereqs-docker/src/debian/11/helix/arm32v7/Dockerfile
Lines 50 to 57 in af78485
cc @riarenas @garath @missymessa
The text was updated successfully, but these errors were encountered: