Skip to content

Commit

Permalink
Enable testing on JDK11/RISC-V builds (adoptium#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored and vsebe committed Sep 28, 2021
1 parent a1d4d93 commit 48b3187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ class Config11 {
"bisheng" : '--cross-compile --branch risc-v'
],
configureArgs : [
"openj9" : '--disable-ddr --openjdk-target=riscv64-unknown-linux-gnu --with-sysroot=/opt/fedora28_riscv_root'
"openj9" : '--disable-ddr --openjdk-target=riscv64-unknown-linux-gnu --with-sysroot=/opt/fedora28_riscv_root',
"bisheng" : '--openjdk-target=riscv64-unknown-linux-gnu --with-sysroot=/opt/fedora28_riscv_root --with-jvm-features=shenandoahgc'
],
test : false
]
Expand Down

0 comments on commit 48b3187

Please sign in to comment.