Skip to content

Commit

Permalink
Add MacOS/aarch64 builds to JDK11 pipelines (#275)
Browse files Browse the repository at this point in the history
* Add MacOS/aarch64 builds to JDK11 pipelines

Signed-off-by: Stewart X Addison <[email protected]>

* Update pipelines/jobs/configurations/jdk11u_pipeline_config.groovy

Co-authored-by: Martijn Verburg <[email protected]>

Co-authored-by: Martijn Verburg <[email protected]>
  • Loading branch information
sxa and karianna authored Apr 6, 2022
1 parent 5edf557 commit ea75761
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions pipelines/jobs/configurations/jdk11u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ targetConfigurations = [
"ppc64leLinux" : [ "temurin", "openj9" ],
"s390xLinux" : [ "temurin", "openj9" ],
"aarch64Linux" : [ "temurin", "openj9", "dragonwell", "bisheng" ],
"aarch64Mac" : [ "temurin", ],
"arm32Linux" : [ "temurin" ],
"riscv64Linux" : [ "openj9", "bisheng" ]
]
Expand Down
11 changes: 9 additions & 2 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class Config11 {
os : 'alpine-linux',
arch : 'x64',
dockerImage : 'adoptopenjdk/alpine3_build_image',
test : 'default',
configureArgs : '--enable-headless-only=yes'
test : 'default'
],

x64Windows: [
Expand Down Expand Up @@ -114,6 +113,14 @@ class Config11 {

],

aarch64Mac: [
os : 'mac',
arch : 'aarch64',
additionalNodeLabels: 'macos11',
test : 'default',
configureArgs : '--disable-ccache"
],
arm32Linux : [
os : 'linux',
arch : 'arm',
Expand Down

0 comments on commit ea75761

Please sign in to comment.