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

Ensure CI tests include the hosts used for building release artifacts #193

Open
alilleybrinker opened this issue Aug 23, 2024 · 0 comments
Labels
type: chore Project maintenance outside of the code

Comments

@alilleybrinker
Copy link
Member

We use cargo-dist to build release artifacts when it's time to cut new versions of our crates, but currently don't test in our regular CI testing on the same hosts. In particular, we always target -latest versions for test hosts, which release build hosts do not.

There's some complexity here, as cargo-dist computes the runners to target based on the user's configuration and other considerations, but we can look at the output of prior releases, see what was used, and try to match it in testing. It may be that there's a better way, but this will at least work.

@alilleybrinker alilleybrinker added the type: chore Project maintenance outside of the code label Aug 23, 2024
@alilleybrinker alilleybrinker moved this to Backlog in OmniBOR Rust Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Project maintenance outside of the code
Projects
Status: Backlog
Development

No branches or pull requests

1 participant