-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align linux-riscv64 evaluation pipelines on jdk17u, jdk21u and jdk{la…
…test} only (#874) * Add linux-riscv64 to the evaluation pipeline It should be supported as well. * Enable daily builds of jdk21u * Match comments of other *_evaluation.groovy files
- Loading branch information
Showing
4 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
targetConfigurations = [ | ||
'riscv64Linux': [ | ||
'temurin' | ||
], | ||
'aarch64AlpineLinux' : [ | ||
'temurin' | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
targetConfigurations = [ | ||
'riscv64Linux': [ | ||
'temurin' | ||
], | ||
'aarch64Windows' : [ | ||
'temurin' | ||
] | ||
|