-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update various aspects of CI #34
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Don't try to push the docker container on a PR as that will fail for PRs that aren't from project members
actions-rs is no longer maintained, switch over to dtolnay/rust-toolchain instead which is. While there also ensure the various checks also check all targets/features as applicable For the rust toolchain aim for a specific version so CI doesn't start failing over time. For the version also aim for the version of rustc in debian unstable to ensure things can build with that version of the compiler
To allow catching newer clippy lints also run clippy from the latest stable rust toolchain. This check is allowed to fail so CI doesn't start failing due to newer lints being introduced.
Check the build still works when actually using the (direct) minimal dependencies. For now this needs a nightly rust
sjoerdsimons
force-pushed
the
sjoerd/ci-updates
branch
from
January 13, 2024 20:51
d508c2c
to
dd82451
Compare
em-
reviewed
Jan 16, 2024
For merge queue's to work the CI has to run on the `merge_group` event. Also ignore pushes to the merge queue branches to avoid running CI twice
Update the required crate versions as needed to ensure the build succeeds with direct minimal versions as well as some smaller updates for new crate versions
sjoerdsimons
force-pushed
the
sjoerd/ci-updates
branch
from
January 16, 2024 12:49
10214e8
to
bdd8f5b
Compare
em-
approved these changes
Jan 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
very similar updates to collabora/obs-gitlab-runner#18 :)