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 69a9850 commit 138c342Copy full SHA for 138c342
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 7eb5ae15b1870c3bb41634737d29dd9a395060f8 \
+ --rev f0b78a1be039fdbeec41a21a7226368f197eacbf \
25
--bin cargo-run-bpf-tests --root /usr/local
26
27
COPY scripts/sccache.sh /scripts/
0 commit comments