bug 1385386 - update sccache to revision 210bc791513ed8362b17a492a1f35a621cca64ff. r?gps draft
authorTed Mielczarek <ted@mielczarek.org>
Wed, 16 Aug 2017 11:19:35 -0700
changeset 647663 986eaca56a14b4c9543ec219700e122dc0224302
parent 647624 07ce8c96222d533fc89c02802143d35d7c351f9c
child 647664 6280e74b992e02a93e1c2b4e39b406dcabc7c2f7
push id74498
push userbmo:ted@mielczarek.org
push dateWed, 16 Aug 2017 18:20:13 +0000
reviewersgps
bugs1385386
milestone57.0a1
bug 1385386 - update sccache to revision 210bc791513ed8362b17a492a1f35a621cca64ff. r?gps This picks up a fix we need to update the OS X SDK we build with. MozReview-Commit-ID: 8dvq4JV1o7q
taskcluster/scripts/misc/build-sccache.sh
--- a/taskcluster/scripts/misc/build-sccache.sh
+++ b/taskcluster/scripts/misc/build-sccache.sh
@@ -1,12 +1,12 @@
 #!/bin/bash
 set -x -e -v
 
-SCCACHE_REVISION=43300e1976bdbfc8dbda30e22a00ce2cce54e9de
+SCCACHE_REVISION=210bc791513ed8362b17a492a1f35a621cca64ff
 
 # This script is for building sccache
 
 case "$(uname -s)" in
 Linux)
     WORKSPACE=$HOME/workspace
     UPLOAD_DIR=$HOME/artifacts
     export CC=clang