We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed1b36 commit 4270820Copy full SHA for 4270820
.github/actions/bitcoin-int-tests/Dockerfile.large-genesis
@@ -9,11 +9,10 @@ RUN cd / && tar -xvzf bitcoin-0.20.0-x86_64-linux-gnu.tar.gz
9
10
RUN ln -s /bitcoin-0.20.0/bin/bitcoind /bin/
11
12
-RUN rustup override set nightly-2022-01-14 && \
13
- rustup component add llvm-tools-preview && \
+RUN rustup component add llvm-tools-preview && \
14
cargo install grcov
15
16
-ENV RUSTFLAGS="-Zinstrument-coverage" \
+ENV RUSTFLAGS="-Cinstrument-coverage" \
17
LLVM_PROFILE_FILE="stacks-blockchain-%p-%m.profraw"
18
19
RUN cargo test --no-run --workspace && \
0 commit comments