summaryrefslogtreecommitdiffstats
path: root/build/build-clang/clang-tidy-external-linux64.json
blob: 55382875b1cd83b8bde5f62a44b528c585f5ee3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "stages": "1",
    "build_libcxx": true,
    "build_type": "Release",
    "assertions": false,
    "build_clang_tidy": true,
    "python_path": "/usr/bin/python2.7",
    "gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
    "cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
    "cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
    "as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
    "patches": [
        "clang-tidy-ci.patch",
        "clang-tidy-no-errors.patch"
    ],
    "build_clang_tidy_external": true
}