Bug 1002685 - Enable sccache on b2g-inbound linux builds. r=mshal

This commit is contained in:
Mike Hommey 2014-04-29 07:26:31 +09:00
parent 32a335e0ef
commit 55c1a9329e

View File

@ -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