From 06d9c7e99ff5ecb141fde06f6b563f87ae8e868d Mon Sep 17 00:00:00 2001 From: David Major Date: Mon, 6 Jul 2020 21:42:42 +0000 Subject: [PATCH] Bug 1650239 - Build llvm-dsymutil out of the clang-10 source tree r=firefox-build-system-reviewers,rstewart The current version hits OOM errors when dsymutil-ing files created by clang 10 and 11. The choice of clang-10 here is somewhat arbitrary in that it's a fetch job that we conveniently already had in the tree. It doesn't have to be exactly version 10 specifically. Differential Revision: https://phabricator.services.mozilla.com/D82453 --- taskcluster/ci/fetch/toolchains.yml | 7 ------- taskcluster/ci/toolchain/misc.yml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/taskcluster/ci/fetch/toolchains.yml b/taskcluster/ci/fetch/toolchains.yml index 564304c231ce..9d340536a837 100755 --- a/taskcluster/ci/fetch/toolchains.yml +++ b/taskcluster/ci/fetch/toolchains.yml @@ -317,13 +317,6 @@ hfsplus-tools: sha256: b01b203a97f9a3bf36a027c13ddfc59292730552e62722d690d33bd5c24f5497 size: 411205 -llvm-for-dsymutil: - description: llvm source code for dsymutil - fetch: - type: git - repo: https://github.com/llvm/llvm-project - revision: 3b7811f6441be13c9f613f81ef93297d231b4f8e - rust-size: description: rust-size source code fetch: diff --git a/taskcluster/ci/toolchain/misc.yml b/taskcluster/ci/toolchain/misc.yml index 0b8707599461..a74bb6b15746 100644 --- a/taskcluster/ci/toolchain/misc.yml +++ b/taskcluster/ci/toolchain/misc.yml @@ -33,7 +33,7 @@ linux64-llvm-dsymutil: toolchain-artifact: public/build/llvm-dsymutil.tar.xz fetches: fetch: - - llvm-for-dsymutil + - clang-10 toolchain: - linux64-gcc-7