bug 1445631 - update sccache to pick up a fix in the jobserver crate. r?build
MozReview-Commit-ID: JtHea27GTTq
--- 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