mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
f40b4cac3c
Sometimes there is a deadlock between user-requested ccov counters flush (through a signal) and flush happening when a process is dying. So in order to avoid it, just remove the latter which is out of our control (user-requested flushes are protected using a cross mutex). Differential Revision: https://phabricator.services.mozilla.com/D112632
26 lines
833 B
JSON
26 lines
833 B
JSON
{
|
|
"stages": "4",
|
|
"pgo" : true,
|
|
"build_libcxx": true,
|
|
"build_wasm": true,
|
|
"build_type": "Release",
|
|
"assertions": false,
|
|
"python_path": "/usr/bin/python2.7",
|
|
"gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
|
|
"cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
|
|
"cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
|
|
"as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
|
|
"wasi-sysroot": "{MOZ_FETCHES_DIR}/wasi-sysroot",
|
|
"patches": [
|
|
"static-llvm-symbolizer_clang_12.patch",
|
|
"find_symbolizer_linux_clang_10.patch",
|
|
"android-mangling-error_clang_12.patch",
|
|
"unpoison-thread-stacks_clang_10.patch",
|
|
"downgrade-mangling-error_clang_12.patch",
|
|
"revert-llvmorg-12-init-7827-g2a078c307204.patch",
|
|
"tsan-D101154.patch",
|
|
"loosen-msvc-detection.patch",
|
|
"fuzzing_ccov_build_clang_12.patch"
|
|
]
|
|
}
|