-
Notifications
You must be signed in to change notification settings - Fork 117
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
ci(build): re-enable Rust beta tests in ubuntu #5024
Conversation
Previous behavior: As we disabled beta Rust tests in PR #4930, because the parameter downloads were unstable with beta Rust, we're no longer testing it. Expected behavior: Re-enable beta rust tests in CI OSes Solution: Remove the parameter exluding beta Rust
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.
Looks good
@Mergifyio refresh |
✅ Pull request refreshed |
This PR failed with an unrelated error on macOS:
|
* Revert "fix(ci): Build zebrad with Rust 1.63 to avoid Zcash parameter download hangs (#5251)" This reverts commit 9cb6c55. * Revert "Require Rust 1.63 in the README (#5359)" This reverts commit ee0edef. * Revert "Revert "ci(build): re-enable Rust beta tests in ubuntu (#5024)" (#5090)" This reverts commit 579d6be.
Previous behavior:
As we disabled beta Rust tests in PR #4930, because the parameter
downloads were unstable with beta Rust, we're no longer testing it.
Expected behavior:
Re-enable beta rust tests in CI OSes
Solution:
Remove the parameter exluding beta Rust
Fixes #4929
Review
Anyone can review this
Reviewer Checklist