bug 1445631 - update sccache to pick up a fix in the jobserver crate. r?build draft
authorTed Mielczarek <ted@mielczarek.org>
Fri, 16 Mar 2018 13:41:52 -0400
changeset 768673 8a705c7b27778f93917d7c9961f53ccfe7f118ac
parent 767919 fcb11e93adf57210167de0b27b15433e9c3f45e4
push id102955
push userbmo:ted@mielczarek.org
push dateFri, 16 Mar 2018 17:42:18 +0000
reviewersbuild
bugs1445631
milestone61.0a1
bug 1445631 - update sccache to pick up a fix in the jobserver crate. r?build MozReview-Commit-ID: JtHea27GTTq
taskcluster/scripts/misc/build-sccache.sh
--- a/taskcluster/scripts/misc/build-sccache.sh
+++ b/taskcluster/scripts/misc/build-sccache.sh
@@ -1,13 +1,13 @@
 #!/bin/bash
 set -x -e -v
 
-# 0.2.6
-SCCACHE_REVISION=dfdfce28e0cf6c16eb821e8aa3c3f63f78b25497
+# 0.2.6 + a fix to update jobserver
+SCCACHE_REVISION=13fa450eee47cc53fff4129aaf3c6c30fd2b621e
 
 # This script is for building sccache
 
 case "$(uname -s)" in
 Linux)
     WORKSPACE=$HOME/workspace
     UPLOAD_DIR=$HOME/artifacts
     COMPRESS_EXT=xz