-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Add a build container for thumbv7neon-unknown-linux-gnueabihf #57030
Comments
It unclear to me what the right fix is. It seems that the only Docker config that talks about |
Changing the
Fails like this:
|
At least doesn't fail immediately... |
Trying to use comma-separated targets seems to break even the target that was unchanged by making
|
I'd appreciate input from someone who actually understands the system. (I'll be away from GitHub until January 7, though.) |
@hsivonen this probably wants to change |
The removal of compiler support for the |
CMake Error: The source directory "/checkout/src/llvm-emscripten" does not appear to contain CMakeLists.txt. |
Indeed |
I guess this is one of those "start with a new clone to get submodules in a non-broken state" moments. |
This submodule should be checked out by running |
The
This worked. Thank you! |
@alexcrichton This target is the closest to On surface, it seems it should be easier to make |
This approach seems to work locally for me. Created a PR. |
Build the standard library for thumbv7neon-unknown-linux-gnueabihf in CI Using the `dist-armv7-linux` image instead of `dist-various-1` in order to use the ARMv7 toolchain available in `dist-armv7-linux`. Closes #57030.
The
thumbv7neon-unknown-linux-gnueabihf
target was added recently. However,rust-std
for the target isn't available via rustup, because there's no infra automation for building it.A container configuration for actually building release artifacts for the target is needed.
The text was updated successfully, but these errors were encountered: