-
Notifications
You must be signed in to change notification settings - Fork 106
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
Re-enable beta Rust tests in CI #2541
Labels
Comments
teor2345
added
A-devops
Area: Pipelines, CI/CD and Dockerfiles
S-needs-triage
Status: A bug report needs triage
P-Medium
labels
Jul 29, 2021
teor2345
changed the title
Try re-enabling docs build and deploy
Try re-enabling beta Rust tests and docs in CI
Jul 29, 2021
teor2345
changed the title
Try re-enabling beta Rust tests and docs in CI
Try re-enabling beta Rust tests in CI
Jul 29, 2021
I removed docs from this ticket, because they aren't impacted by the beta rust bug. |
I confirmed that this Rust PR fixes the test build failure we're seeing: rust-lang/rust#87483 So we should be good to re-enable beta once it has been backported. |
This has now been backported: rust-lang/rust#88190 |
teor2345
changed the title
Try re-enabling beta Rust tests in CI
Re-enable beta Rust tests in CI
May 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Motivation
We want to test Zebra with the next Rust release candidate, so we can report any compilation bugs and get them fixed.
On 29 July, Zebra's beta Rust tests started failing, due to a beta rust bug (rust-lang/rust#87483).
But the stable CI tests and beta zebra-chain build were fine.
Actions
We disabled the beta Rust tests in PR #2542.
We should re-enable beta Rust:
The text was updated successfully, but these errors were encountered: