fix: use llvm 13.0.0 as the default to fix macos 11 issues

This commit is contained in:
Amin Yahyaabadi 2022-04-27 12:41:21 -07:00
parent 0a2a3e3e06
commit d1900c630b
3 changed files with 5 additions and 5 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
const DefaultVersions: Record<string, string> = { const DefaultVersions: Record<string, string> = {
llvm: "14.0.0", // https://github.com/llvm/llvm-project/releases llvm: "13.0.0", // https://github.com/llvm/llvm-project/releases
clangtidy: "14.0.0", clangtidy: "13.0.0",
clangformat: "14.0.0", clangformat: "13.0.0",
ninja: "1.10.2", // https://github.com/ninja-build/ninja/releases ninja: "1.10.2", // https://github.com/ninja-build/ninja/releases
cmake: "3.23.1", // https://github.com/Kitware/CMake/releases cmake: "3.23.1", // https://github.com/Kitware/CMake/releases
gcovr: "5.0", // https://pypi.org/project/gcovr/ gcovr: "5.0", // https://pypi.org/project/gcovr/