Bug 1806761 - Use toolchain binutils in base-toolchain builds. r=firefox-build-system-reviewers,nalexander

Differential Revision: https://phabricator.services.mozilla.com/D165326
This commit is contained in:
Mike Hommey 2022-12-28 21:07:04 +00:00
parent 63841b6782
commit d43dfe4d11
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ -n "$FORCE_GCC" ]; then
# We want to make sure we use binutils and other binaries in the tooltool
# package.
mk_add_options "export PATH=$MOZ_FETCHES_DIR/gcc/bin:$PATH"
mk_add_options "export PATH=$MOZ_FETCHES_DIR/gcc/bin:$MOZ_FETCHES_DIR/binutils/bin:$PATH"
else
# For some builds we don't want to have Clang based static-analysis activated
if [ -z "$DISABLE_CLANG_PLUGIN" ]; then

View File

@ -35,6 +35,7 @@ linux64-base-toolchains/opt:
use-sccache: true
fetches:
toolchain:
- linux64-binutils-2.31.1
- linux64-clang-5.0
- linux64-gcc-7
- linux64-rust-base
@ -75,6 +76,7 @@ linux64-base-toolchains/debug:
use-sccache: true
fetches:
toolchain:
- linux64-binutils-2.31.1
- linux64-clang-5.0
- linux64-gcc-7
- linux64-rust-base