File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/ci/docker/host-x86_64/sbf-solana-solana Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
21
21
22
22
RUN PATH="${HOME}/.cargo/bin:${PATH}" \
23
23
cargo install --git https://github.com/solana-labs/cargo-run-bpf-tests.git \
24
- --rev f0201b677976190568b8a04d8ede018fc6ccf053 \
25
- --bin cargo-run-bpf -tests --root /usr/local
24
+ --rev e80a6b4dc9f9f73ac317ddbc9bbcb711786b11d5 \
25
+ --bin cargo-run-sbf -tests --root /usr/local
26
26
27
27
COPY scripts/sccache.sh /scripts/
28
28
RUN sh /scripts/sccache.sh
@@ -31,8 +31,8 @@ ENV RUST_CONFIGURE_ARGS \
31
31
--set rust.lld \
32
32
--set llvm.clang
33
33
34
- ENV SCRIPT CARGO_TARGET_BPFEL_UNKNOWN_UNKNOWN_RUNNER=\" cargo-run-bpf -tests --heap-size 104857600\" \
35
- CARGO_TARGET_SBF_SOLANA_SOLANA_RUNNER=\" cargo-run-bpf -tests --heap-size 104857600\" \
34
+ ENV SCRIPT CARGO_TARGET_BPFEL_UNKNOWN_UNKNOWN_RUNNER=\" cargo-run-sbf -tests --heap-size 104857600\" \
35
+ CARGO_TARGET_SBF_SOLANA_SOLANA_RUNNER=\" cargo-run-sbf -tests --heap-size 104857600\" \
36
36
LLVM_HOME=/checkout/obj/build/x86_64-unknown-linux-gnu/llvm \
37
37
PATH="${HOME}/.cargo/bin:${PATH}" \
38
38
python3 /checkout/x.py --stage 1 test --host='' --target bpfel-unknown-unknown,sbf-solana-solana \
You can’t perform that action at this time.
0 commit comments