Skip to content

Commit

Permalink
Enable headless mode on RISC-V
Browse files Browse the repository at this point in the history
We are simplifying the stack we want to build, test, and distribute, and
we may disable headless mode later on when we have a stable release
pipeline for RISC-V.
  • Loading branch information
luhenry committed Dec 21, 2023
1 parent bb28b46 commit 0456218
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class Config17 {
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-dtrace',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
'hotspot' : '--create-jre-image --create-sbom'
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Config19 {
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
configureArgs : '--enable-dtrace',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Config20 {
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-dtrace',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Config21 {
// dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
// dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-dtrace',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand Down
2 changes: 1 addition & 1 deletion pipelines/jobs/configurations/jdk22_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class Config22 {
// dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
// dockerArgs : '--platform linux/riscv64',
test : 'default',
configureArgs : '--enable-dtrace',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
Expand Down

0 comments on commit 0456218

Please sign in to comment.