Merge pull request #65 from aminya/llvm-13 [skip ci]

This commit is contained in:
Amin Yahyaabadi 2022-04-27 13:42:12 -07:00 committed by GitHub
commit 27b4144004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/