fix: fix llvm on ubuntu 22.04

This commit is contained in:
Amin Yahyaabadi 2022-07-22 00:20:33 -07:00
parent ff922a9c5e
commit d8677634f7
6 changed files with 8 additions and 4 deletions

View File

@ -17,6 +17,7 @@ jobs:
os:
- windows-2022
- windows-2019
- ubuntu-22.04
- ubuntu-20.04
- ubuntu-18.04
- 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 ""
const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
llvm: {
22: "13.0.0-ubuntu-20.04",
20: "13.0.0-ubuntu-20.04",
18: "13.0.1-ubuntu-18.04",
16: "13.0.0-ubuntu-16.04",
14: "13.0.0-ubuntu-16.04",
},
clangtidy: {
22: "13.0.0-ubuntu-20.04",
20: "13.0.0-ubuntu-20.04",
18: "13.0.1-ubuntu-18.04",
16: "13.0.0-ubuntu-16.04",
14: "13.0.0-ubuntu-16.04",
},
clangformat: {
22: "13.0.0-ubuntu-20.04",
20: "13.0.0-ubuntu-20.04",
18: "13.0.1-ubuntu-18.04",
16: "13.0.0-ubuntu-16.04",