Skip to content

Commit b729fdd

Browse files
committed
Merge #720: CI: Use specific revision of maintainer-tools
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
2 parents 737bcb1 + dc7ed26 commit b729fdd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/rust.yml

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
26+
rev: b2ac115
2627
path: maintainer-tools
2728
- name: "Select toolchain"
2829
uses: dtolnay/rust-toolchain@stable
@@ -45,6 +46,7 @@ jobs:
4546
uses: actions/checkout@v4
4647
with:
4748
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
49+
rev: b2ac115
4850
path: maintainer-tools
4951
- name: "Select toolchain"
5052
uses: dtolnay/rust-toolchain@nightly
@@ -67,6 +69,7 @@ jobs:
6769
uses: actions/checkout@v4
6870
with:
6971
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
72+
rev: b2ac115
7073
path: maintainer-tools
7174
- name: "Select toolchain"
7275
uses: dtolnay/rust-toolchain@stable
@@ -91,6 +94,7 @@ jobs:
9194
uses: actions/checkout@v4
9295
with:
9396
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
97+
rev: b2ac115
9498
path: maintainer-tools
9599
- name: "Select toolchain"
96100
uses: dtolnay/rust-toolchain@nightly
@@ -115,6 +119,7 @@ jobs:
115119
uses: actions/checkout@v4
116120
with:
117121
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
122+
rev: b2ac115
118123
path: maintainer-tools
119124
- name: "Select toolchain"
120125
uses: dtolnay/rust-toolchain@stable
@@ -137,6 +142,7 @@ jobs:
137142
uses: actions/checkout@v4
138143
with:
139144
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
145+
rev: b2ac115
140146
path: maintainer-tools
141147
- name: "Select toolchain"
142148
uses: dtolnay/rust-toolchain@nightly
@@ -159,6 +165,7 @@ jobs:
159165
uses: actions/checkout@v4
160166
with:
161167
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
168+
rev: b2ac115
162169
path: maintainer-tools
163170
- name: "Select toolchain"
164171
uses: dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)