feat: install gcc 12 only on Ubuntu 22

This commit is contained in:
Amin Yahyaabadi 2022-11-20 16:42:34 -08:00
parent 8481486746
commit 144da62f5a
5 changed files with 11 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -22,6 +22,13 @@ export const DefaultVersions: Record<string, string> = {
// - the newer ubuntu versions use the first entry (e.g. v20),
// - the older ones use ""
export const DefaultLinuxVersion: Record<string, Record<number, string>> = {
gcc: {
22: "12",
20: "11",
18: "11",
16: "11",
14: "11",
},
llvm: {
22: "13.0.0-ubuntu-20.04",
20: "13.0.0-ubuntu-20.04",