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

Attempt to fix the CI build #294

Merged
merged 2 commits into from
Dec 29, 2019
Merged

Attempt to fix the CI build #294

merged 2 commits into from
Dec 29, 2019

Conversation

rotty
Copy link
Collaborator

@rotty rotty commented Dec 28, 2019

There's some new tricks clippy learned, and more importantly building is broken on 1.32 due to some dev-dependencies requiring new language features. Since dev-dependencies should not affect downstream compilation, we should probably not do a full build on 1.32 anymore, but instead just ensure that the code still compiles.

@rotty rotty force-pushed the pr/fix-ci branch 5 times, most recently from d808b49 to d92eea6 Compare December 29, 2019 13:28
Since our `dev-dependencies` now require a newer Rust version, no
longer do a full test for Rust 1.32.0. It seems the `time` crate is
especially aggressive in its MSRV bumping; the `dev-dependencies`
should be investigated to see if they can be trimmed to lower the MSRV
for running the test suite.
@rotty rotty merged commit f5da2b7 into erickt:master Dec 29, 2019
@rotty rotty deleted the pr/fix-ci branch December 29, 2019 14:47
@rotty
Copy link
Collaborator Author

rotty commented Dec 29, 2019

Seems appveyor is experiencing intermittent failures with the monitoring uint test; I've not looked in to the issue yet.

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.

1 participant