File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
host-x86_64/sbf-solana-solana Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3636 CI_JOB_NAME : " ${{ matrix.name }}"
3737 SCCACHE_BUCKET : cached-ci-artifacts
3838 SCCACHE_REGION : us-east-2
39+ SCCACHE_S3_NO_CREDENTIALS : 1
3940 TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
4041 CACHE_DOMAIN : cached-ci-artifacts.s3.us-east-2.amazonaws.com
4142 if : " github.event_name == 'pull_request'"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2121
2222RUN PATH="${HOME}/.cargo/bin:${PATH}" \
2323 cargo install --git https://github.com/solana-labs/cargo-run-bpf-tests.git \
24- --rev e03e1da \
24+ --rev 3d628c7 \
2525 --bin cargo-run-bpf-tests --root /usr/local
2626
2727COPY scripts/sccache.sh /scripts/
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ args=
161161if [ " $SCCACHE_BUCKET " != " " ]; then
162162 args=" $args --env SCCACHE_BUCKET"
163163 args=" $args --env SCCACHE_REGION"
164+ args=" $args --env SCCACHE_S3_NO_CREDENTIALS"
164165 args=" $args --env AWS_ACCESS_KEY_ID"
165166 args=" $args --env AWS_SECRET_ACCESS_KEY"
166167else
Original file line number Diff line number Diff line change 66
77case " $( uname -m) " in
88 x86_64)
9- url=" https://cached-ci-artifacts.s3.us-east-2.amazonaws.com/sccache-bc014e0 -x86_64-unknown-linux-musl"
9+ url=" https://cached-ci-artifacts.s3.us-east-2.amazonaws.com/sccache-5d2a373 -x86_64-unknown-linux-musl"
1010 ;;
1111 aarch64)
1212 url=" https://ci-mirrors.rust-lang.org/rustc/2021-08-25-sccache-v0.2.15-aarch64-unknown-linux-musl"
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ x--expand-yaml-anchors--remove:
3535 - &public-variables
3636 SCCACHE_BUCKET : cached-ci-artifacts
3737 SCCACHE_REGION : us-east-2
38+ SCCACHE_S3_NO_CREDENTIALS : 1
3839 TOOLSTATE_REPO : https://github.com/rust-lang-nursery/rust-toolstate
3940 CACHE_DOMAIN : cached-ci-artifacts.s3.us-east-2.amazonaws.com
4041
You can’t perform that action at this time.
0 commit comments