Bug 1731304 [wpt PR 30802] - Update wpt metadata, a=testonly
[gecko.git] / build / build-clang / clang-tidy-macosx64.json
blob7e64282914661fcd80029eb0f8c66ed837edce69
2     "stages": "1",
3     "build_libcxx": true,
4     "build_type": "Release",
5     "assertions": false,
6     "build_clang_tidy": true,
7     "osx_cross_compile": true,
8     "cc": "{MOZ_FETCHES_DIR}/clang/bin/clang",
9     "cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
10     "as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
11     "ar": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-ar",
12     "ranlib": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-ranlib",
13     "libtool": "{MOZ_FETCHES_DIR}/cctools/bin/x86_64-apple-darwin-libtool",
14     "ld": "{MOZ_FETCHES_DIR}/clang/bin/clang",
15     "patches": [
16       "clang-tidy-ci.patch",
17       "compiler-rt-cross-compile.patch",
18       "compiler-rt-no-codesign.patch"
19     ]