Skip to content

Commit ecf32da

Browse files
committed
fix: pin rust nightly to 1/14/22 to get around rust-lang/rust#93054
1 parent f3717d4 commit ecf32da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/bitcoin-int-tests/Dockerfile.code-cov

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM rust:bullseye AS test
22

33
WORKDIR /build
44

5-
RUN rustup override set nightly && \
5+
RUN rustup override set nightly-2022-01-14 && \
66
rustup component add llvm-tools-preview && \
77
cargo install grcov
88

.github/actions/bitcoin-int-tests/Dockerfile.generic.bitcoin-tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66

77
WORKDIR /src/testnet/stacks-node
88

9-
RUN rustup override set nightly && \
9+
RUN rustup override set nightly-2022-01-14 && \
1010
rustup component add llvm-tools-preview && \
1111
cargo install grcov
1212

.github/actions/bitcoin-int-tests/Dockerfile.large-genesis

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN cd / && tar -xvzf bitcoin-0.20.0-x86_64-linux-gnu.tar.gz
99

1010
RUN ln -s /bitcoin-0.20.0/bin/bitcoind /bin/
1111

12-
RUN rustup override set nightly && \
12+
RUN rustup override set nightly-2022-01-14 && \
1313
rustup component add llvm-tools-preview && \
1414
cargo install grcov
1515

0 commit comments

Comments
 (0)