diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-05-11 10:50:53 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-05-11 10:50:53 -0400 |
| commit | 9a4e7183d4a6c31b32beca1a82095480ea32e359 (patch) | |
| tree | eb146239ede7a75b8567e99cfd8b1a7ff1d57b59 /src/ci/github-actions | |
| parent | 54b7d45564e06a97ca30d9f8e64aa6cd007c2805 (diff) | |
| download | rust-9a4e7183d4a6c31b32beca1a82095480ea32e359.tar.gz rust-9a4e7183d4a6c31b32beca1a82095480ea32e359.zip | |
Configure cache domain for GHA
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 647da7c8a7e..1c120f81634 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -37,6 +37,7 @@ x--expand-yaml-anchors--remove: - &public-variables SCCACHE_BUCKET: rust-lang-gha-caches TOOLSTATE_REPO: https://github.com/pietroalbini/rust-toolstate + CACHE_DOMAIN: ci-caches-gha.rust-lang.org - &prod-variables SCCACHE_BUCKET: rust-lang-gha-caches @@ -51,6 +52,7 @@ x--expand-yaml-anchors--remove: # (caches, artifacts...). CACHES_AWS_ACCESS_KEY_ID: AKIA46X5W6CZOMUQATD5 ARTIFACTS_AWS_ACCESS_KEY_ID: AKIA46X5W6CZH5AYXDVF + CACHE_DOMAIN: ci-caches-gha.rust-lang.org - &base-job env: {} |
