Skip to content

Commit 4270820

Browse files
committed
ci: use rust stable for code coverage tests (large genesis)
1 parent 8ed1b36 commit 4270820

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ 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-2022-01-14 && \
13-
rustup component add llvm-tools-preview && \
12+
RUN rustup component add llvm-tools-preview && \
1413
cargo install grcov
1514

16-
ENV RUSTFLAGS="-Zinstrument-coverage" \
15+
ENV RUSTFLAGS="-Cinstrument-coverage" \
1716
LLVM_PROFILE_FILE="stacks-blockchain-%p-%m.profraw"
1817

1918
RUN cargo test --no-run --workspace && \

0 commit comments

Comments
 (0)