diff --git a/taskcluster/ci/toolchain/linux.yml b/taskcluster/ci/toolchain/linux.yml index d837e555fa47..b70bbda6a6fa 100755 --- a/taskcluster/ci/toolchain/linux.yml +++ b/taskcluster/ci/toolchain/linux.yml @@ -574,7 +574,6 @@ linux64-sccache: toolchain-artifact: public/build/sccache2.tar.xz toolchains: - linux64-rust-1.28 - - linux64-binutils linux64-cbindgen: description: "cbindgen toolchain build" diff --git a/taskcluster/scripts/misc/build-sccache.sh b/taskcluster/scripts/misc/build-sccache.sh index 7a97471338fb..dfb72ec6ca15 100755 --- a/taskcluster/scripts/misc/build-sccache.sh +++ b/taskcluster/scripts/misc/build-sccache.sh @@ -1,8 +1,8 @@ #!/bin/bash set -x -e -v -# 0.2.7 + a number of changes -SCCACHE_REVISION=476d807a0b3c1c31314ea165feea83521d87a17f +# 0.2.7 + --coverage suppport +SCCACHE_REVISION=1ab9a33e8d328941acc23c74c949b765f975f309 # This script is for building sccache @@ -11,7 +11,6 @@ Linux) WORKSPACE=$HOME/workspace UPLOAD_DIR=$HOME/artifacts COMPRESS_EXT=xz - PATH="$WORKSPACE/build/src/binutils/bin:$PATH" ;; MINGW*) WORKSPACE=$PWD