about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-02-03 04:49:50 +0000
committerbors <bors@rust-lang.org>2023-02-03 04:49:50 +0000
commit5d32458343f34bd8de6d96cbaab2a9cf879dd1b8 (patch)
tree9c2f45b42f042b5f78bfd1b8c491958f83dd1351 /src/ci/github-actions
parentf02439dea78e5c2df42198c7a03e2db6002ff263 (diff)
parent5e90940a4b742e7f1e86f21c26b56e99a8733458 (diff)
downloadrust-5d32458343f34bd8de6d96cbaab2a9cf879dd1b8.tar.gz
rust-5d32458343f34bd8de6d96cbaab2a9cf879dd1b8.zip
Auto merge of #107543 - ehuss:protocol-sparse, r=jyn514
Enable Cargo's sparse protocol in CI

This enables the sparse protocol in CI in order to exercise and dogfood it. This is intended test the production server in a real-world situation.

Closes #107342
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 8ff6e3ba4e8..c0a1341ebca 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -33,6 +33,7 @@ x--expand-yaml-anchors--remove:
 
   - &shared-ci-variables
     CI_JOB_NAME: ${{ matrix.name }}
+    CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
 
   - &public-variables
     SCCACHE_BUCKET: rust-lang-ci-sccache2