mirror of https://github.com/aminya/setup-cpp
feat: support llvm 16.0.4
This commit is contained in:
parent
b31d8056a6
commit
5c2a3415c5
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
|
@ -65,6 +65,8 @@ export const VERSIONS: Set<string> = getVersions([
|
|||
"16.0.0",
|
||||
"16.0.1",
|
||||
"16.0.2",
|
||||
"16.0.3",
|
||||
"16.0.4"
|
||||
])
|
||||
|
||||
/** The LLVM versions that were never released for the Windows platform. */
|
||||
|
@ -93,6 +95,8 @@ const DARWIN_MISSING = new Set([
|
|||
"16.0.0",
|
||||
"16.0.1",
|
||||
"16.0.2",
|
||||
"16.0.3",
|
||||
"16.0.4"
|
||||
])
|
||||
|
||||
/**
|
||||
|
@ -152,6 +156,8 @@ const UBUNTU_SUFFIX_MAP: { [key: string]: string } = {
|
|||
"15.0.6": "-ubuntu-18.04",
|
||||
"16.0.0": "-ubuntu-18.04",
|
||||
"16.0.2": "-ubuntu-22.04",
|
||||
"16.0.3": "-ubuntu-22.04",
|
||||
"16.0.4": "-ubuntu-22.04",
|
||||
}
|
||||
|
||||
/** The latest supported LLVM version for the Linux (Ubuntu) platform. */
|
||||
|
|
Loading…
Reference in New Issue