mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
6a42db4b68
Clang >= 11 ignores PYTHON_EXECUTABLE entirely (and uses python3, which is not even what we pass, but that's actually fine), and all the build tasks we have on older versions find the python executable they need on their own. Differential Revision: https://phabricator.services.mozilla.com/D120049
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"stages": "1",
|
|
"build_libcxx": false,
|
|
"build_type": "Release",
|
|
"assertions": false,
|
|
"build_clang_tidy": true,
|
|
"cc": "cl.exe",
|
|
"cxx": "cl.exe",
|
|
"ml": "ml64.exe",
|
|
"patches": [
|
|
"clang-tidy-ci.patch"
|
|
]
|
|
}
|