Skip to content

Fix CI and pin nightly so it shouldn't break again #223

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

Merged
merged 4 commits into from
Aug 2, 2025

Conversation

apoelstra
Copy link
Member

Right now I can't test #220 or #221 locally because clippy is failing with the latest nightly.

I can disable the local clippy check but I'd prefer to fix it here.

Should unblock both those PRs.

@apoelstra
Copy link
Member Author

Something is broken with GA. Will try again in a few hours or days.

It seems we were using all sorts of versions of these actions throughout
our GA files. v2 is deprecated and I think has been removed entirely.

Then our fuzz runner is set to ubuntu-20.04 which has also been removed.
So update everything to latest. For Rust software there should never be
any surprise breakage due to OS changes. But there has been "surprise
breakage" many times due to removing old versions.
@apoelstra
Copy link
Member Author

Whew. Ok, got GA to pass. This is ready for review.

Copy link
Member Author

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On 7a3f493 successfully ran local tests

Copy link
Member

@clarkmoody clarkmoody left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 7a3f493

Tests passing on Rust 1.88

@apoelstra apoelstra merged commit 5f2c320 into rust-bitcoin:master Aug 2, 2025
16 checks passed
@apoelstra apoelstra deleted the 2025-08/ci branch August 2, 2025 23:15
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.

2 participants