File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ describe("setup-llvm", () => {
27
27
it ( "Finds valid LLVM URLs" , async ( ) => {
28
28
await Promise . all (
29
29
[
30
- // "14.0.1", fails on ubuntu
30
+ "14.0.1" ,
31
31
"14.0.0" ,
32
32
"13.0.0" ,
33
33
"12.0.0" ,
Original file line number Diff line number Diff line change @@ -157,11 +157,11 @@ const UBUNTU: { [key: string]: string } = {
157
157
"13.0.0" : "-ubuntu-20.04" ,
158
158
"13.0.1" : "-ubuntu-18.04" ,
159
159
"14.0.0" : "-ubuntu-18.04" ,
160
- // "14.0.1": "-ubuntu-18.04",
160
+ "14.0.1" : "-ubuntu-18.04" ,
161
161
}
162
162
163
163
/** The latest supported LLVM version for the Linux (Ubuntu) platform. */
164
- const MAX_UBUNTU : string = "14.0.0 "
164
+ const MAX_UBUNTU : string = "14.0.1 "
165
165
166
166
/** Gets an LLVM download URL for the Linux (Ubuntu) platform. */
167
167
function getLinuxUrl ( versionGiven : string ) : string {
You can’t perform that action at this time.
0 commit comments