Bug 1384436 - Update sccache to version 0.2.0. r?ted draft
authorMike Hommey <mh+mozilla@glandium.org>
Wed, 26 Jul 2017 15:56:56 +0900
changeset 615610 4fed0bd67d8c2391e091c80603c3585122b941d0
parent 615563 e4020a577d684bd51ffd67f7fc98c9176ea00602
child 615673 bde06b4b11bc530863e6412740064acd8d436091
push id70422
push userbmo:mh+mozilla@glandium.org
push dateWed, 26 Jul 2017 06:57:22 +0000
reviewersted
bugs1384436
milestone56.0a1
Bug 1384436 - Update sccache to version 0.2.0. r?ted
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=69334a26ba65fc88e3934271a2ce6781c51b445e
+SCCACHE_REVISION=43300e1976bdbfc8dbda30e22a00ce2cce54e9de
 
 # This script is for building sccache
 
 case "$(uname -s)" in
 Linux)
     WORKSPACE=$HOME/workspace
     UPLOAD_DIR=$HOME/artifacts
     export CC=clang