Skip to content

Commit ec2fe0a

Browse files
committed
Add Ubuntu 22.04 specific default for LLVM 17.0.2
1 parent f1914d3 commit ec2fe0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/versions/default_versions.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ export const DefaultLinuxVersion: Record<string, Record<number, string> | undefi
5454
20: "7.0.0-2",
5555
},
5656
llvm: {
57-
22: "16.0.4-ubuntu-22.04",
58-
20: "16.0.4-ubuntu-22.04",
57+
22: "17.0.2-ubuntu-22.04",
58+
20: "17.0.2-ubuntu-22.04",
5959
18: "15.0.6-ubuntu-18.04",
6060
16: "15.0.6-ubuntu-18.04",
6161
14: "13.0.0-ubuntu-16.04",
6262
},
6363
clangtidy: {
64-
22: "16.0.4-ubuntu-22.04",
65-
20: "16.0.4-ubuntu-22.04",
64+
22: "17.0.2-ubuntu-22.04",
65+
20: "17.0.2-ubuntu-22.04",
6666
18: "15.0.6-ubuntu-18.04",
6767
16: "15.0.6-ubuntu-18.04",
6868
14: "13.0.0-ubuntu-16.04",
6969
},
7070
clangformat: {
71-
22: "16.0.4-ubuntu-22.04",
72-
20: "16.0.4-ubuntu-22.04",
71+
22: "17.0.2-ubuntu-22.04",
72+
20: "17.0.2-ubuntu-22.04",
7373
18: "15.0.6-ubuntu-18.04",
7474
16: "15.0.6-ubuntu-18.04",
7575
14: "13.0.0-ubuntu-16.04",

0 commit comments

Comments
 (0)