File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 37
37
name : PR
38
38
env :
39
39
CI_JOB_NAME : " ${{ matrix.name }}"
40
+ CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
40
41
SCCACHE_BUCKET : rust-lang-ci-sccache2
41
42
TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
42
43
CACHE_DOMAIN : ci-caches.rust-lang.org
@@ -162,6 +163,7 @@ jobs:
162
163
name : auto
163
164
env :
164
165
CI_JOB_NAME : " ${{ matrix.name }}"
166
+ CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
165
167
SCCACHE_BUCKET : rust-lang-ci-sccache2
166
168
DEPLOY_BUCKET : rust-lang-ci2
167
169
TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
@@ -584,6 +586,7 @@ jobs:
584
586
name : try
585
587
env :
586
588
CI_JOB_NAME : " ${{ matrix.name }}"
589
+ CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
587
590
SCCACHE_BUCKET : rust-lang-ci-sccache2
588
591
DEPLOY_BUCKET : rust-lang-ci2
589
592
TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ x--expand-yaml-anchors--remove:
33
33
34
34
- &shared-ci-variables
35
35
CI_JOB_NAME : ${{ matrix.name }}
36
+ CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
36
37
37
38
- &public-variables
38
39
SCCACHE_BUCKET : rust-lang-ci-sccache2
Original file line number Diff line number Diff line change 45
45
ci_dir=` cd $( dirname $0 ) && pwd`
46
46
source " $ci_dir /shared.sh"
47
47
48
+ export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
49
+
48
50
if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf; then
49
51
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
50
52
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
You can’t perform that action at this time.
0 commit comments