mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
63841b6782
commit
d43dfe4d11
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user