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

Build CI on OpenBSD with GH Action #919

Open
fujiapple852 opened this issue Jan 14, 2024 · 4 comments
Open

Build CI on OpenBSD with GH Action #919

fujiapple852 opened this issue Jan 14, 2024 · 4 comments

Comments

@fujiapple852
Copy link
Owner

No description provided.

@fujiapple852
Copy link
Owner Author

@sthen thank you for packaging trippy for openbsd.

In #920 I've enabled building for OpenBSD in CI however it fails with:

error: component 'rust-std' for target 'x86_64-unknown-openbsd' is unavailable for download for channel 'stable'

Which Rust version did you build against? OpenBSD is a Tier 3 Rust target so perhaps the stable version lags behind the latest?

@sthen
Copy link

sthen commented Jan 14, 2024

Hi, sorry I don't have any idea about the problem you're seeing when you cross-compile. We're currently building with rust 1.75.0 (always native builds for each supported architecture, we don't do any cross-compiles). @semarie is doing a great job of maintaining our rust port and keeping it up to date.

@semarie
Copy link

semarie commented Jan 14, 2024

a Tier-3 platform means that rust project doesn't build or test anything for OpenBSD. so there is no component to download on rust servers.

@fujiapple852
Copy link
Owner Author

Thanks both. Any recommendations on the best way to enable automated builds in CI and on release?

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

Successfully merging a pull request may close this issue.

3 participants