mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
3631977b63
There are complications with building a 1-stage clang with gcc, so just use clang. Eventually, the clang-tidy toolchains will be removed in favor of providing clang-tidy from the clang toolchain itself anyways. Differential Revision: https://phabricator.services.mozilla.com/D125158
15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"stages": "1",
|
|
"build_libcxx": true,
|
|
"build_type": "Release",
|
|
"assertions": false,
|
|
"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
|
|
}
|