Add Ubuntu 22.04 specific default for LLVM 17.0.2

This commit is contained in:
Iain Chesworth 2023-10-21 23:37:19 +11:00
parent f1914d3936
commit ec2fe0a7d5
1 changed files with 6 additions and 6 deletions

View File

@ -54,22 +54,22 @@ export const DefaultLinuxVersion: Record<string, Record<number, string> | undefi
20: "7.0.0-2", 20: "7.0.0-2",
}, },
llvm: { llvm: {
22: "16.0.4-ubuntu-22.04", 22: "17.0.2-ubuntu-22.04",
20: "16.0.4-ubuntu-22.04", 20: "17.0.2-ubuntu-22.04",
18: "15.0.6-ubuntu-18.04", 18: "15.0.6-ubuntu-18.04",
16: "15.0.6-ubuntu-18.04", 16: "15.0.6-ubuntu-18.04",
14: "13.0.0-ubuntu-16.04", 14: "13.0.0-ubuntu-16.04",
}, },
clangtidy: { clangtidy: {
22: "16.0.4-ubuntu-22.04", 22: "17.0.2-ubuntu-22.04",
20: "16.0.4-ubuntu-22.04", 20: "17.0.2-ubuntu-22.04",
18: "15.0.6-ubuntu-18.04", 18: "15.0.6-ubuntu-18.04",
16: "15.0.6-ubuntu-18.04", 16: "15.0.6-ubuntu-18.04",
14: "13.0.0-ubuntu-16.04", 14: "13.0.0-ubuntu-16.04",
}, },
clangformat: { clangformat: {
22: "16.0.4-ubuntu-22.04", 22: "17.0.2-ubuntu-22.04",
20: "16.0.4-ubuntu-22.04", 20: "17.0.2-ubuntu-22.04",
18: "15.0.6-ubuntu-18.04", 18: "15.0.6-ubuntu-18.04",
16: "15.0.6-ubuntu-18.04", 16: "15.0.6-ubuntu-18.04",
14: "13.0.0-ubuntu-16.04", 14: "13.0.0-ubuntu-16.04",