Skip to content

Commit

Permalink
[SOL] Bump cargo-run-bpf-tests in CI docker file for bpfel
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Dec 21, 2021
1 parent 899366e commit 0630edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/bpfel-unknown-unknown/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

RUN PATH="${HOME}/.cargo/bin:${PATH}" \
cargo install --git https://github.com/solana-labs/cargo-run-bpf-tests.git \
--rev 4cae9c0 \
--rev e03e1da \
--bin cargo-run-bpf-tests --root /usr/local

COPY scripts/sccache.sh /scripts/
Expand Down

0 comments on commit 0630edf

Please sign in to comment.