mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
b3ae95374e
Our bot was expecting to have tasks that were succeeding, right now we no longer need that and in a case of a build failure, or in a case of the presence of a checker that asserts itself as error and not warning we should mark the task red by failing the job. Differential Revision: https://phabricator.services.mozilla.com/D107656
16 lines
397 B
JSON
16 lines
397 B
JSON
{
|
|
"stages": "1",
|
|
"build_libcxx": true,
|
|
"build_type": "Release",
|
|
"assertions": false,
|
|
"build_clang_tidy": true,
|
|
"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",
|
|
"patches": [
|
|
"clang-tidy-ci.patch"
|
|
]
|
|
}
|