CI: Copy main workflow from master#3418
Merged
apoelstra merged 1 commit intorust-bitcoin:0.32.xfrom Oct 22, 2024
Merged
Conversation
121a811 to
386d393
Compare
386d393 to
3e4ecc2
Compare
3e4ecc2 to
bfe7e5c
Compare
bfe7e5c to
52892d3
Compare
Member
Author
|
Converting to draft until I get motivate to debug. |
52892d3 to
c4dc461
Compare
c4dc461 to
96e4af3
Compare
Copy the `rust.yml` file from `master` at commit: be4dffb Merge rust-bitcoin#3411: script: refactor push_int_unchecked and test push_int overflow Requires also copying: - `contrib/crates.sh` - `hashes/contrib/wasm.sh` - `hashes/contrib/sanitizer.sh`
96e4af3 to
2a40a35
Compare
tcharding
added a commit
to tcharding/rust-bitcoin
that referenced
this pull request
Nov 30, 2025
In commit 2a40a35 (PR rust-bitcoin#3418) I copied the `rust.yml` file from `master` and in doing so used the wrong MSRV toolchain. Use the correct MSRV toolchain for this branch.
apoelstra
added a commit
that referenced
this pull request
Dec 1, 2025
3e4c121 CI: Use correct MSRV toolchain (Tobin C. Harding) Pull request description: In commit 2a40a35 (PR #3418) I copied the `rust.yml` file from `master` and in doing so used the wrong MSRV toolchain. Use the correct MSRV toolchain for this branch. This means that since October 2024 we have not been testing in CI with the advertised MSRV toolchain. Fix: #5350 ACKs for top commit: apoelstra: ACK 3e4c121; successfully ran local tests; since MSRV for this branch won't ever change, but really we ought to somehow get a SSOT here Tree-SHA512: 0f0c839cf345016e75462406bac4f34461aae086d3c9757388dac0844340a60e608e26170084ba60de83e2b73388aa3ab9c99d8e647a7d4df56eb34b5e289a58
yancyribbens
pushed a commit
to yancyribbens/rust-bitcoin
that referenced
this pull request
Dec 3, 2025
In commit 2a40a35 (PR rust-bitcoin#3418) I copied the `rust.yml` file from `master` and in doing so used the wrong MSRV toolchain. Use the correct MSRV toolchain for this branch.
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.
Copy the CI setup from
masterbranch.