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 @@ -167,6 +167,7 @@ jobs:
167
167
TOOLSTATE_PUBLISH : 1
168
168
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
169
169
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
170
+ AWS_REGION : us-west-1
170
171
CACHE_DOMAIN : ci-caches.rust-lang.org
171
172
if : " github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
172
173
strategy :
@@ -587,6 +588,7 @@ jobs:
587
588
TOOLSTATE_PUBLISH : 1
588
589
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
589
590
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
591
+ AWS_REGION : us-west-1
590
592
CACHE_DOMAIN : ci-caches.rust-lang.org
591
593
if : " github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'"
592
594
strategy :
@@ -697,6 +699,7 @@ jobs:
697
699
TOOLSTATE_PUBLISH : 1
698
700
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
699
701
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
702
+ AWS_REGION : us-west-1
700
703
CACHE_DOMAIN : ci-caches.rust-lang.org
701
704
if : " github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'"
702
705
steps :
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ if [ "$SCCACHE_BUCKET" != "" ]; then
169
169
args=" $args --env SCCACHE_REGION"
170
170
args=" $args --env AWS_ACCESS_KEY_ID"
171
171
args=" $args --env AWS_SECRET_ACCESS_KEY"
172
+ args=" $args --env AWS_REGION"
172
173
else
173
174
mkdir -p $HOME /.cache/sccache
174
175
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:
53
53
# (caches, artifacts...).
54
54
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
55
55
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
56
+ AWS_REGION : us-west-1
56
57
CACHE_DOMAIN : ci-caches.rust-lang.org
57
58
58
59
- &dummy-variables
@@ -68,6 +69,7 @@ x--expand-yaml-anchors--remove:
68
69
# (caches, artifacts...).
69
70
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZOMUQATD5
70
71
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZH5AYXDVF
72
+ AWS_REGION : us-west-1
71
73
CACHE_DOMAIN : ci-caches-gha.rust-lang.org
72
74
73
75
- &base-job
You can’t perform that action at this time.
0 commit comments