Skip to content

Commit

Permalink
Use dockerhost-rise-ubuntu2204-aarch64-1 host to run in QEMU for riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Dec 20, 2023
1 parent ac8e8a0 commit 1a7c54c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class Config17 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'x64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1'
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Config19 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'x64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1'
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
configureArgs : '--enable-dtrace',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Config20 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'x64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1'
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk21u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ class Config21 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
// crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
// dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
// dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-dtrace',
buildArgs : [
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk22_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ class Config22 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
// crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
// dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
// dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-dtrace',
buildArgs : [
Expand Down

0 comments on commit 1a7c54c

Please sign in to comment.