Skip to content

Commit dc96a47

Browse files
Add riscv64Linux to regular weekly EA build config (#1200)
* Add riscv64Linux to regular weekly EA build config Signed-off-by: Andrew Leonard <[email protected]> * Add riscv64Linux to regular weekly EA build config Signed-off-by: Andrew Leonard <[email protected]> --------- Signed-off-by: Andrew Leonard <[email protected]>
1 parent 434281a commit dc96a47

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pipelines/jobs/configurations/jdk17u.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ targetConfigurations = [
4040
],
4141
'arm32Linux' : [
4242
'temurin'
43+
],
44+
'riscv64Linux': [
45+
'temurin'
4346
]
4447
]
4548

pipelines/jobs/configurations/jdk17u_evaluation.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ targetConfigurations = [
44
],
55
'aarch64Windows': [
66
'temurin'
7-
],
8-
'riscv64Linux': [
9-
'temurin'
107
]
8+
//'riscv64Linux': [
9+
// 'temurin'
10+
//]
1111
// 'x64Mac' : [
1212
// 'openj9'
1313
// ],

0 commit comments

Comments
 (0)