mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1002685 - Enable sccache on b2g-inbound linux builds. r=mshal
This commit is contained in:
parent
32a335e0ef
commit
55c1a9329e
@ -21,6 +21,12 @@ if test -z "$SCCACHE_DISABLE" -a -z "$no_sccache"; then
|
||||
try_*usw2.mozilla.com*)
|
||||
bucket=mozilla-releng-s3-cache-us-west-2-try
|
||||
;;
|
||||
b2g-inbound_*use1.mozilla.com*)
|
||||
bucket=mozilla-releng-s3-cache-us-east-1-prod
|
||||
;;
|
||||
b2g-inbound_*usw2.mozilla.com*)
|
||||
bucket=mozilla-releng-s3-cache-us-west-2-prod
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user