mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1026841 - Switch in-house builds to us-west-1 bucket for sccache. r=mshal
This commit is contained in:
parent
eb1f88b953
commit
3f36ffcdf9
@ -17,14 +17,7 @@ if test -z "$SCCACHE_DISABLE" -a -z "$no_sccache"; then
|
||||
try)
|
||||
case "${master}" in
|
||||
*scl1.mozilla.com*|*.scl3.mozilla.com*)
|
||||
case "$platform" in
|
||||
win*)
|
||||
bucket=mozilla-releng-ceph-cache-scl3-try
|
||||
;;
|
||||
*)
|
||||
bucket=mozilla-releng-s3-cache-us-west-2-try
|
||||
;;
|
||||
esac
|
||||
bucket=mozilla-releng-s3-cache-us-west-1-try
|
||||
;;
|
||||
*use1.mozilla.com*)
|
||||
bucket=mozilla-releng-s3-cache-us-east-1-try
|
||||
|
Loading…
Reference in New Issue
Block a user