From dc570ea41b78fde4dee2c43d8ec155dce49f43e3 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Fri, 15 Mar 2019 15:32:52 +0000 Subject: [PATCH] Bug 1535580 - update linux/mac searchfox jobs for clang changes; r=kats We need to install a new enough binutils for both of these jobs and ensure that it's properly found on the linux job. Differential Revision: https://phabricator.services.mozilla.com/D23678 --HG-- extra : moz-landing-system : lando --- browser/config/mozconfigs/linux64/debug-searchfox-clang | 2 +- taskcluster/ci/searchfox/kind.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/browser/config/mozconfigs/linux64/debug-searchfox-clang b/browser/config/mozconfigs/linux64/debug-searchfox-clang index 3c4c49a5f874..f7e50e785b87 100644 --- a/browser/config/mozconfigs/linux64/debug-searchfox-clang +++ b/browser/config/mozconfigs/linux64/debug-searchfox-clang @@ -2,7 +2,7 @@ MOZ_AUTOMATION_BUILD_SYMBOLS=0 MOZ_AUTOMATION_PACKAGE_TESTS=0 MOZ_AUTOMATION_L10N_CHECK=0 -. "$topsrcdir/build/mozconfig.common" +. "$topsrcdir/build/unix/mozconfig.unix" ac_add_options --enable-debug diff --git a/taskcluster/ci/searchfox/kind.yml b/taskcluster/ci/searchfox/kind.yml index caf61d6ff31a..649274a5d2f3 100644 --- a/taskcluster/ci/searchfox/kind.yml +++ b/taskcluster/ci/searchfox/kind.yml @@ -48,6 +48,7 @@ jobs: tooltool-downloads: public keep-artifacts: false toolchains: + - linux64-binutils - linux64-clang - linux64-nasm - linux64-node @@ -80,6 +81,7 @@ jobs: tooltool-downloads: internal keep-artifacts: false toolchains: + - linux64-binutils - linux64-cctools-port - linux64-clang - linux64-hfsplus