Skip to content

Commit

Permalink
Add Ubuntu 22.04 specific default for LLVM 17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iainchesworth committed Oct 21, 2023
1 parent f1914d3 commit ec2fe0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/versions/default_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ export const DefaultLinuxVersion: Record<string, Record<number, string> | undefi
20: "7.0.0-2",
},
llvm: {
22: "16.0.4-ubuntu-22.04",
20: "16.0.4-ubuntu-22.04",
22: "17.0.2-ubuntu-22.04",
20: "17.0.2-ubuntu-22.04",
18: "15.0.6-ubuntu-18.04",
16: "15.0.6-ubuntu-18.04",
14: "13.0.0-ubuntu-16.04",
},
clangtidy: {
22: "16.0.4-ubuntu-22.04",
20: "16.0.4-ubuntu-22.04",
22: "17.0.2-ubuntu-22.04",
20: "17.0.2-ubuntu-22.04",
18: "15.0.6-ubuntu-18.04",
16: "15.0.6-ubuntu-18.04",
14: "13.0.0-ubuntu-16.04",
},
clangformat: {
22: "16.0.4-ubuntu-22.04",
20: "16.0.4-ubuntu-22.04",
22: "17.0.2-ubuntu-22.04",
20: "17.0.2-ubuntu-22.04",
18: "15.0.6-ubuntu-18.04",
16: "15.0.6-ubuntu-18.04",
14: "13.0.0-ubuntu-16.04",
Expand Down

0 comments on commit ec2fe0a

Please sign in to comment.