diff options
| author | bors <bors@rust-lang.org> | 2023-02-03 04:49:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-02-03 04:49:50 +0000 |
| commit | 5d32458343f34bd8de6d96cbaab2a9cf879dd1b8 (patch) | |
| tree | 9c2f45b42f042b5f78bfd1b8c491958f83dd1351 /src/ci/github-actions | |
| parent | f02439dea78e5c2df42198c7a03e2db6002ff263 (diff) | |
| parent | 5e90940a4b742e7f1e86f21c26b56e99a8733458 (diff) | |
| download | rust-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.yml | 1 |
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 |
