ci: free bloat for MSRV job#5310
Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom Nov 20, 2025
Merged
Conversation
The MSRV job is running out of memory in CI due to a recent change to Github's underlying runner. Sounds like this will be resolved at some point in the future, actions/runner-images#13315, but until then remove the extra bloat.
Member
|
Will one-ACK merge. Will be nice to see these red X's go away. Might need to backport it. |
Member
|
Way to go @nyonson, you the man. |
Member
|
Would you be willing to open the same PR in rust-miniscript? |
Member
|
And in |
Contributor
Author
|
Heh, feels bad cause this is hacky, but here is the miniscript one: rust-bitcoin/rust-miniscript#880 |
apoelstra
added a commit
to rust-bitcoin/rust-miniscript
that referenced
this pull request
Nov 23, 2025
dfe17ba ci: free bloat for MSRV job (Nick Johnson) Pull request description: The MSRV job is running out of memory in CI due to a recent change to Github's underlying runner. Sounds like this will be resolved at some point in the future, actions/runner-images#13315, but until then remove the extra bloat. Copying over from rust-bitcoin: rust-bitcoin/rust-bitcoin#5310 ACKs for top commit: apoelstra: ACK dfe17ba; successfully ran local tests Tree-SHA512: 3f62bcd4a3e323a53d5710a30f120afaacab165d1b010d90bbf923f9990231b2147afae3079e65e36e6013aad8ac83a60c11d15d198fd1610cf7af48c970db55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The MSRV job is running out of memory in CI due to a recent change to Github's underlying runner. Sounds like this will be resolved at some point in the future, actions/runner-images#13315, but until then remove the extra bloat.
Closes #5292