зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
369 B
JSON
15 строки
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
|
|
}
|