Skip to content

Commit

Permalink
Remove arm32Linux from jdk21+ pipeline configurations (#890)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard authored Jan 12, 2024
1 parent 37a4ca2 commit 3a97fad
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 51 deletions.
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk21u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ targetConfigurations = [
],
'aarch64Mac': [
'temurin'
],
'arm32Linux' : [
'temurin'
]
]

Expand Down
13 changes: 0 additions & 13 deletions pipelines/jobs/configurations/jdk21u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,6 @@ class Config21 {
]
],

arm32Linux : [
os : 'linux',
arch : 'arm',
crossCompile : 'aarch64',
dockerImage : 'adoptopenjdk/ubuntu1604_build_image',
dockerArgs : '--platform linux/arm/v7',
test : 'default',
configureArgs : '--enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
],

riscv64Linux : [
os : 'linux',
arch : 'riscv64',
Expand Down
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk21u_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ targetConfigurations = [
],
'aarch64Mac': [
'temurin'
],
'arm32Linux' : [
'temurin'
]
]

Expand Down
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk22.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ targetConfigurations = [
],
'aarch64Mac': [
'temurin'
],
'arm32Linux' : [
'temurin'
]
]

Expand Down
13 changes: 0 additions & 13 deletions pipelines/jobs/configurations/jdk22_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,6 @@ class Config22 {
]
],

arm32Linux : [
os : 'linux',
arch : 'arm',
crossCompile : 'aarch64',
dockerImage : 'adoptopenjdk/ubuntu1604_build_image',
dockerArgs : '--platform linux/arm/v7',
test : 'default',
configureArgs : '--enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
],

riscv64Linux : [
os : 'linux',
arch : 'riscv64',
Expand Down
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk23.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ targetConfigurations = [
],
'aarch64Mac': [
'temurin'
],
'arm32Linux' : [
'temurin'
]
]

Expand Down
13 changes: 0 additions & 13 deletions pipelines/jobs/configurations/jdk23_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,6 @@ class Config23 {
]
],

arm32Linux : [
os : 'linux',
arch : 'arm',
crossCompile : 'aarch64',
dockerImage : 'adoptopenjdk/ubuntu1604_build_image',
dockerArgs : '--platform linux/arm/v7',
test : 'default',
configureArgs : '--enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
]
],

riscv64Linux : [
os : 'linux',
arch : 'riscv64',
Expand Down

0 comments on commit 3a97fad

Please sign in to comment.