Skip to content

Commit 41ac067

Browse files
committed
test: llvm 15.0.2
1 parent 007a51e commit 41ac067

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

cspell.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ words:
3636
- gcovr
3737
- ghes
3838
- Graphviz
39+
- inja
3940
- isci
4041
- isroot
4142
- kcov
@@ -58,6 +59,7 @@ words:
5859
- npmrc
5960
- Opencppcoverage
6061
- OSSDK
62+
- papm
6163
- patha
6264
- pnpm
6365
- pwsh

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/llvm/__tests__/llvm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe("setup-llvm", () => {
5454
it("Finds valid LLVM URLs", async () => {
5555
await Promise.all(
5656
[
57-
"15",
57+
"15.0.2",
5858
// "14.0.1",
5959
"14.0.0",
6060
"13.0.0",

src/llvm/llvm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const UBUNTU_SUFFIX_MAP: { [key: string]: string } = {
181181
}
182182

183183
/** The latest supported LLVM version for the Linux (Ubuntu) platform. */
184-
const MAX_UBUNTU: string = "14.0.0"
184+
const MAX_UBUNTU: string = "15.0.2"
185185

186186
/** Gets an LLVM download URL for the Linux (Ubuntu) platform. */
187187
export function getLinuxUrl(versionGiven: string): string {

0 commit comments

Comments
 (0)