From 6f0db214f529fa0c7a88c7cf55243349e8684334 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 15 May 2014 07:14:59 +0900 Subject: [PATCH] Bug 1009981 - Switch non-windows in-house builds to us-west-2 bucket for sccache. r=mshal --- build/mozconfig.cache | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build/mozconfig.cache b/build/mozconfig.cache index b9f9ec7d39fe..a3ff9b654b21 100644 --- a/build/mozconfig.cache +++ b/build/mozconfig.cache @@ -17,7 +17,14 @@ if test -z "$SCCACHE_DISABLE" -a -z "$no_sccache"; then try) case "${master}" in *scl1.mozilla.com*|*.scl3.mozilla.com*) - bucket=mozilla-releng-ceph-cache-scl3-try + case "$platform" in + win*) + bucket=mozilla-releng-ceph-cache-scl3-try + ;; + *) + bucket=mozilla-releng-s3-cache-us-west-2-try + ;; + esac mk_add_options "export SCCACHE_NO_HTTPS=1" ;; *use1.mozilla.com*)