-
Notifications
You must be signed in to change notification settings - Fork 910
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
rustup install stable-x86_64-unknown-openbsd fails #1265
Comments
If you want to cross-compile from another platform (as opposed to running the compiler on OpenBSD), maybe https://github.com/japaric/rust-cross#cross-compiling-the-standard-crates can help. |
Is there a way to get a platform to tier 3 status with volunteers from the community? I'm asking because it seems this bug blocks cross-rs/cross#97 which seems to blocks other projects to integrate openbsd into their CI (nix-rust/nix#685, tokio-rs/mio#593). I would be interested in working on this as I maintain rust programs that target openbsd. |
@kpcyrd you probably just need to submit a PR to this repo that fixes this. |
I think there's some target/host confusion here. To add a target to rustc, you would do Regardless, issues around platform support should be opened against |
I found an openbsd target in rustc:
but the install fails:
The text was updated successfully, but these errors were encountered: