ci: Update rbmt + bump dependencies#55
Merged
Merged
Conversation
- Update setup-rbmt action to cargo-rbmt-0.2.1 - Exclude stable toolchain + Cargo-minimal.lock matrix combination - Bump jsonrpc to 0.20.0 - Bump bitcoind to 0.38.0 - Update stable toolchain to 1.95.0, nightly to floating tag
5f8db09 to
7ea5862
Compare
Member
|
I think it's best to use a vendored GitHub action, since the repo can possibly stop being mirrored to GitHub. ref: https://github.com/luisschwab/halfin/blob/master/.github/actions/setup-rbmt/action.yml |
Create a vendored composite action `.github/actions/setup-rbmt` that reads the version from the rbmt-version file, falls back to `master`, installs `cargo-rbmt` from the canonical rust-bitcoin-maintainer-tools repo, then runs `cargo rbmt toolchains`. Update `cont_integration.yml` check and test jobs to use `.github/actions/setup-rbmt` instead of the external pinned SHA.
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.
Description
Updates
cargo-rbmtto match thecargo-rbmt-0.2.1tag, and adds an exclusion for thestable+Cargo-minimal.lockmatrix combination (matching the existingmsrv+Cargo-recent.lockexclusion). Also bumpsjsonrpcto 0.20.0,bitcoindto 0.38.0, and the pinned stable toolchain to 1.95.0.Changelog notice
Changed
cargo-rbmtto 0.2.1jsonrpcto 0.20.0bitcoindto 0.38.0