зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1616758 - Fix the linux64-dump-syms toolchain. r=froydnj
The script was not executable, and apparently it is not happy with anything other than clang. Differential Revision: https://phabricator.services.mozilla.com/D63447 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f6ff6b7aa4
Коммит
71632deb79
|
@ -20,6 +20,8 @@ linux64-dump-syms:
|
|||
toolchain-artifact: public/build/dump_syms.tar.xz
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
- linux64-clang
|
||||
- linux64-rust
|
||||
|
||||
win64-dump-syms:
|
||||
|
|
|
@ -7,6 +7,9 @@ PROJECT=dump_syms
|
|||
case "$(uname -s)" in
|
||||
Linux)
|
||||
COMPRESS_EXT=xz
|
||||
export RUSTFLAGS=-Clinker=clang++
|
||||
export CXX=clang++
|
||||
export PATH=$MOZ_FETCHES_DIR/clang/bin:$MOZ_FETCHES_DIR/binutils/bin:$PATH
|
||||
;;
|
||||
MINGW*)
|
||||
UPLOAD_DIR=$PWD/public/build
|
||||
|
|
Загрузка…
Ссылка в новой задаче