Bug 1391427 - Link toolchain rust to linux sccache build. r?glandium draft
authorRalph Giles <giles@mozilla.com>
Tue, 12 Sep 2017 16:43:53 -0700
changeset 664350 f657ae1026c6d259d1b037c04420c0d185b4eea8
parent 664349 200d42e74a4c9b01de7c9bbece0cca7ccea52289
child 664351 ce1a453d6aa190e54726cb2b9cdb2659c319adcf
push id79681
push userbmo:giles@thaumas.net
push dateWed, 13 Sep 2017 21:34:02 +0000
reviewersglandium
bugs1391427
milestone57.0a1
Bug 1391427 - Link toolchain rust to linux sccache build. r?glandium Make use of the toolchain task's packaged rust builds for linux builds of the sccache tool. We can also drop the releng.manifest reference since it was only needed for the Rust toolchain; the C/C++ enviroment was already provided by other taskcluster artifacts. MozReview-Commit-ID: CgIzZgrPScj
taskcluster/ci/toolchain/linux.yml
--- a/taskcluster/ci/toolchain/linux.yml
+++ b/taskcluster/ci/toolchain/linux.yml
@@ -213,26 +213,25 @@ linux64-sccache:
         kind: build
         platform: toolchains/opt
         symbol: TL(sccache)
         tier: 1
     worker-type: aws-provisioner-v1/gecko-{level}-b-linux
     worker:
         docker-image: {in-tree: desktop-build}
         max-run-time: 36000
-        env:
-            TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/linux64/releng.manifest"
     run:
         using: toolchain-script
         script: build-sccache.sh
         resources:
             - 'taskcluster/scripts/misc/tooltool-download.sh'
         toolchain-artifact: public/build/sccache2.tar.xz
     toolchains:
         - linux64-clang-3.9
+        - linux64-rust
 
 linux64-gn:
     description: "gn toolchain build"
     treeherder:
         kind: build
         platform: toolchains/opt
         symbol: TL(gn)
         tier: 1