Bug 1391533 - Update sccache to 0.2.1. r?ted draft
authorMike Hommey <mh+mozilla@glandium.org>
Sat, 19 Aug 2017 06:48:01 +0900
changeset 649232 98bb2a9af74f1da30b19aaa8fa37cab466d5faaf
parent 648573 a6a1f5c1d971dbee67ba6eec7ead7902351ddca2
child 727045 699ec4ec180d59300750c0c5b5927e18d4b8b732
push id74996
push userbmo:mh+mozilla@glandium.org
push dateFri, 18 Aug 2017 21:49:01 +0000
reviewersted
bugs1391533
milestone57.0a1
Bug 1391533 - Update sccache to 0.2.1. 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=210bc791513ed8362b17a492a1f35a621cca64ff
+SCCACHE_REVISION=df04fa530d6b7d79fef8c848879d47dcc4d95b32
 
 # This script is for building sccache
 
 case "$(uname -s)" in
 Linux)
     WORKSPACE=$HOME/workspace
     UPLOAD_DIR=$HOME/artifacts
     export CC=clang