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 5fea42f commit ab047c9Copy full SHA for ab047c9
src/ci/docker/host-x86_64/sbf-solana-solana/Dockerfile
@@ -21,7 +21,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
21
22
RUN PATH="${HOME}/.cargo/bin:${PATH}" \
23
cargo install --git https://github.com/solana-labs/cargo-run-bpf-tests.git \
24
- --rev e80a6b4dc9f9f73ac317ddbc9bbcb711786b11d5 \
+ --rev 5f922041c3cd20f6bb56920a025065cdb13d5643 \
25
--bin cargo-run-sbf-tests --root /usr/local
26
27
COPY scripts/sccache.sh /scripts/
0 commit comments