From 3122df4697947c3ee7abc430d45bf93cedcafa6c Mon Sep 17 00:00:00 2001 From: Eric Rahm Date: Fri, 13 Dec 2019 10:27:30 +0000 Subject: [PATCH] Bug 1594344 - Part 2: Fetch dump_syms toolchain on Windows builds. r=firefox-build-system-reviewers,chmanchester This installs the rust-based `dump_syms` toolchain on Windows builds. Differential Revision: https://phabricator.services.mozilla.com/D53319 --HG-- extra : moz-landing-system : lando --- taskcluster/ci/build/windows.yml | 3 +++ taskcluster/ci/instrumented-build/kind.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/taskcluster/ci/build/windows.yml b/taskcluster/ci/build/windows.yml index 8ad93134ca55..115aac2f9fcc 100755 --- a/taskcluster/ci/build/windows.yml +++ b/taskcluster/ci/build/windows.yml @@ -7,6 +7,9 @@ job-defaults: using: mozharness use-caches: false tooltool-downloads: internal + fetches: + toolchain: + - win64-dump-syms win32/debug: description: "Win32 Debug" diff --git a/taskcluster/ci/instrumented-build/kind.yml b/taskcluster/ci/instrumented-build/kind.yml index 497d5eb21409..81de67955f6a 100644 --- a/taskcluster/ci/instrumented-build/kind.yml +++ b/taskcluster/ci/instrumented-build/kind.yml @@ -150,6 +150,7 @@ jobs: fetches: toolchain: - win64-clang-cl + - win64-dump-syms - win64-rust - win64-rust-size - win64-cbindgen @@ -182,6 +183,7 @@ jobs: fetches: toolchain: - win64-clang-cl + - win64-dump-syms - win64-rust - win64-rust-size - win64-cbindgen