Merge pull request #106 from aminya/llvm [skip ci]

This commit is contained in:
Amin Yahyaabadi 2022-07-22 00:45:11 -07:00 committed by GitHub
commit 22c47cf64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 4 deletions

View File

@ -17,6 +17,7 @@ jobs:
os: os:
- windows-2022 - windows-2022
- windows-2019 - windows-2019
- ubuntu-22.04
- ubuntu-20.04 - ubuntu-20.04
- ubuntu-18.04 - ubuntu-18.04
- macos-11 - macos-11

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

2
dist/setup_cpp.mjs 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

@ -24,18 +24,21 @@ const DefaultVersions: Record<string, string> = {
// - the older ones use "" // - the older ones use ""
const DefaultUbuntuVersion: Record<string, Record<number, string>> = { const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
llvm: { llvm: {
22: "13.0.0-ubuntu-20.04",
20: "13.0.0-ubuntu-20.04", 20: "13.0.0-ubuntu-20.04",
18: "13.0.1-ubuntu-18.04", 18: "13.0.1-ubuntu-18.04",
16: "13.0.0-ubuntu-16.04", 16: "13.0.0-ubuntu-16.04",
14: "13.0.0-ubuntu-16.04", 14: "13.0.0-ubuntu-16.04",
}, },
clangtidy: { clangtidy: {
22: "13.0.0-ubuntu-20.04",
20: "13.0.0-ubuntu-20.04", 20: "13.0.0-ubuntu-20.04",
18: "13.0.1-ubuntu-18.04", 18: "13.0.1-ubuntu-18.04",
16: "13.0.0-ubuntu-16.04", 16: "13.0.0-ubuntu-16.04",
14: "13.0.0-ubuntu-16.04", 14: "13.0.0-ubuntu-16.04",
}, },
clangformat: { clangformat: {
22: "13.0.0-ubuntu-20.04",
20: "13.0.0-ubuntu-20.04", 20: "13.0.0-ubuntu-20.04",
18: "13.0.1-ubuntu-18.04", 18: "13.0.1-ubuntu-18.04",
16: "13.0.0-ubuntu-16.04", 16: "13.0.0-ubuntu-16.04",