File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167167 TOOLSTATE_PUBLISH : 1
168168 CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
169169 ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
170+ AWS_REGION : us-west-1
170171 CACHE_DOMAIN : ci-caches.rust-lang.org
171172 if : " github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
172173 strategy :
@@ -587,6 +588,7 @@ jobs:
587588 TOOLSTATE_PUBLISH : 1
588589 CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
589590 ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
591+ AWS_REGION : us-west-1
590592 CACHE_DOMAIN : ci-caches.rust-lang.org
591593 if : " github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'"
592594 strategy :
@@ -697,6 +699,7 @@ jobs:
697699 TOOLSTATE_PUBLISH : 1
698700 CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
699701 ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
702+ AWS_REGION : us-west-1
700703 CACHE_DOMAIN : ci-caches.rust-lang.org
701704 if : " github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'"
702705 steps :
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ if [ "$SCCACHE_BUCKET" != "" ]; then
169169 args=" $args --env SCCACHE_REGION"
170170 args=" $args --env AWS_ACCESS_KEY_ID"
171171 args=" $args --env AWS_SECRET_ACCESS_KEY"
172+ args=" $args --env AWS_REGION"
172173else
173174 mkdir -p $HOME /.cache/sccache
174175 args=" $args --env SCCACHE_DIR=/sccache --volume $HOME /.cache/sccache:/sccache"
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ x--expand-yaml-anchors--remove:
5353 # (caches, artifacts...).
5454 CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
5555 ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
56+ AWS_REGION : us-west-1
5657 CACHE_DOMAIN : ci-caches.rust-lang.org
5758
5859 - &dummy-variables
@@ -68,6 +69,7 @@ x--expand-yaml-anchors--remove:
6869 # (caches, artifacts...).
6970 CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZOMUQATD5
7071 ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZH5AYXDVF
72+ AWS_REGION : us-west-1
7173 CACHE_DOMAIN : ci-caches-gha.rust-lang.org
7274
7375 - &base-job
You can’t perform that action at this time.
0 commit comments