Skip to content

Commit

Permalink
Merge #720: CI: Use specific revision of maintainer-tools
Browse files Browse the repository at this point in the history
dc7ed26 CI: Use specific revision of maintainer-tools (Tobin C. Harding)

Pull request description:

  We don't want to pull the maintainer tools repo from master otherwise we cannot patch it, we should use a specific revision.

  This was an oversite in the original work when introducing the maintainer tools `run_task` script.

  Use commit:

  b2ac115 Merge rust-bitcoin/rust-bitcoin-maintainer-tools#4: Add CI shell scripts

ACKs for top commit:
  sanket1729:
    ACK dc7ed26
  apoelstra:
    ACK dc7ed26 successfully ran local tests; though once it stabilizes a bit we may want to start adding tags to maintainer-tools (maybe with just the date) to make it more visually obvious when we get out of date

Tree-SHA512: d6e7f3713c5e0f93361fd2b9ff91c3d391b929d2bfb6e31fa0e706748b1ab63ee6115fb0c31a490003e826778f441c3a8126e63484459b2bbf7d3375f51d22fa
  • Loading branch information
apoelstra committed Aug 11, 2024
2 parents 737bcb1 + dc7ed26 commit b729fdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
Expand All @@ -45,6 +46,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@nightly
Expand All @@ -67,6 +69,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
Expand All @@ -91,6 +94,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@nightly
Expand All @@ -115,6 +119,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
Expand All @@ -137,6 +142,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@nightly
Expand All @@ -159,6 +165,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
rev: b2ac115
path: maintainer-tools
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@nightly
Expand Down

0 comments on commit b729fdd

Please sign in to comment.