mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
6110e21789
`Release` is the default already. Differential Revision: https://phabricator.services.mozilla.com/D133177
12 lines
289 B
JSON
12 lines
289 B
JSON
{
|
|
"stages": "1",
|
|
"build_clang_tidy": true,
|
|
"cc": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
|
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
|
|
"as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
|
"patches": [
|
|
"clang-tidy-ci.patch"
|
|
],
|
|
"build_clang_tidy_external": true
|
|
}
|