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

Fix the CI build with older Rust versions #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

asomers
Copy link
Collaborator

@asomers asomers commented Jan 13, 2023

When testing with the MSRV (1.46.0) or the Debian Rust package (1.48.0), we must lock predicates-core and predicates-tree at older versions. Add a Cargo.lock.msrv file and use it in CI. But it will not be published to crates.io.

When testing with the MSRV (1.46.0) or the Debian Rust package (1.48.0),
we must lock predicates-core and predicates-tree at older versions.  Add
a Cargo.lock.msrv file and use it in CI.  But it will not be published
to crates.io.
@rwmjones
Copy link
Member

There may be an easier way to fix this if we want to just skip the test in CI. Simply add:

RUST: skip

to the right bit of ci/manifest.yml.

@rwmjones
Copy link
Member

Possible alternative here: https://gitlab.com/nbdkit/nbdkit/-/merge_requests/21

@rwmjones rwmjones marked this pull request as ready for review January 13, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants