Bug 1654382 - Port bug 1641928: Use dump_syms for Linux builds. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D84444 --HG-- extra : amend_source : 9ae3e89eccbf385c4fcadf3cbc8e3b1bb53445db
This commit is contained in:
Родитель
cdaaade546
Коммит
4604f775bb
|
@ -13,6 +13,8 @@ ac_add_options --enable-valgrind
|
|||
. "$topsrcdir/build/unix/mozconfig.asan"
|
||||
ac_add_options --disable-elf-hack
|
||||
|
||||
export DUMP_SYMS="${MOZ_FETCHES_DIR}/dump_syms/dump_syms"
|
||||
|
||||
# Piggybacking UBSan for now since only a small subset of checks are enabled.
|
||||
# A new build can be created when appropriate.
|
||||
ac_add_options --enable-undefined-sanitizer
|
||||
|
|
|
@ -33,6 +33,7 @@ linux64/opt:
|
|||
- linux64-binutils
|
||||
- linux64-cbindgen
|
||||
- linux64-clang
|
||||
- linux64-dump-syms
|
||||
- linux64-libotr
|
||||
- linux64-nasm
|
||||
- linux64-node
|
||||
|
@ -78,6 +79,7 @@ linux64-shippable/opt:
|
|||
- linux64-binutils
|
||||
- linux64-cbindgen
|
||||
- linux64-clang
|
||||
- linux64-dump-syms
|
||||
- linux64-libotr
|
||||
- linux64-nasm
|
||||
- linux64-node
|
||||
|
@ -117,6 +119,7 @@ linux64/debug:
|
|||
- linux64-binutils
|
||||
- linux64-cbindgen
|
||||
- linux64-clang
|
||||
- linux64-dump-syms
|
||||
- linux64-fix-stacks # see bug 1614626
|
||||
- linux64-libotr
|
||||
- linux64-nasm
|
||||
|
@ -160,6 +163,7 @@ linux64-asan/opt:
|
|||
- linux64-binutils
|
||||
- linux64-cbindgen
|
||||
- linux64-clang
|
||||
- linux64-dump-syms
|
||||
- linux64-libotr
|
||||
- linux64-nasm
|
||||
- linux64-node
|
||||
|
@ -197,6 +201,7 @@ linux/opt:
|
|||
- linux64-cbindgen
|
||||
- linux64-clang
|
||||
- linux64-clang-lib32cxx
|
||||
- linux64-dump-syms
|
||||
- linux32-libotr
|
||||
- linux64-nasm
|
||||
- linux64-node
|
||||
|
@ -243,6 +248,7 @@ linux-shippable/opt:
|
|||
- linux64-cbindgen
|
||||
- linux64-clang
|
||||
- linux64-clang-lib32cxx
|
||||
- linux64-dump-syms
|
||||
- linux32-libotr
|
||||
- linux64-nasm
|
||||
- linux64-node
|
||||
|
@ -281,6 +287,7 @@ linux/debug:
|
|||
- linux64-cbindgen
|
||||
- linux64-clang
|
||||
- linux64-clang-lib32cxx
|
||||
- linux64-dump-syms
|
||||
- linux64-fix-stacks # see bug 1614626
|
||||
- linux32-libotr
|
||||
- linux64-nasm
|
||||
|
|
|
@ -56,6 +56,7 @@ jobs:
|
|||
- linux64-binutils
|
||||
- linux64-cbindgen
|
||||
- linux64-clang
|
||||
- linux64-dump-syms
|
||||
- linux64-libotr
|
||||
- linux64-nasm
|
||||
- linux64-node
|
||||
|
|
Загрузка…
Ссылка в новой задаче