Skip to content

Commit

Permalink
pin macOS xcode to xcode15.0.1 (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Nov 21, 2023
1 parent 6f1e1b0 commit 6556d81
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Config11 {
os : 'mac',
arch : 'x64',
test : 'default',
additionalNodeLabels: 'xcode15.0.1',
configureArgs : [
'openj9' : '--enable-dtrace=auto --with-cmake',
'temurin' : '--enable-dtrace=auto'
Expand Down Expand Up @@ -137,6 +138,7 @@ class Config11 {
os : 'mac',
arch : 'aarch64',
test : 'default',
additionalNodeLabels: 'xcode15.0.1',
configureArgs : '--disable-ccache',
buildArgs : [
'temurin' : '--create-sbom'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config17 {
x64Mac : [
os : 'mac',
arch : 'x64',
additionalNodeLabels: 'xcode12.4',
additionalNodeLabels: 'xcode15.0.1',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
],
Expand Down Expand Up @@ -148,7 +148,7 @@ class Config17 {
aarch64Mac: [
os : 'mac',
arch : 'aarch64',
additionalNodeLabels: 'xcode12.4',
additionalNodeLabels: 'xcode15.0.1',
test : 'default',
reproducibleCompare : [
'temurin' : true
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk21u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config21 {
x64Mac : [
os : 'mac',
arch : 'x64',
additionalNodeLabels: 'xcode12.4',
additionalNodeLabels: 'xcode15.0.1',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
],
Expand Down Expand Up @@ -140,7 +140,7 @@ class Config21 {
aarch64Mac: [
os : 'mac',
arch : 'aarch64',
additionalNodeLabels: 'xcode12.4',
additionalNodeLabels: 'xcode15.0.1',
test : 'default',
reproducibleCompare : [
'temurin' : true
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk22_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Config22 {
x64Mac : [
os : 'mac',
arch : 'x64',
additionalNodeLabels: 'xcode12.4',
additionalNodeLabels: 'xcode15.0.1',
additionalTestLabels: [
openj9 : '!sw.os.osx.10_11'
],
Expand Down Expand Up @@ -122,7 +122,7 @@ class Config22 {
aarch64Mac: [
os : 'mac',
arch : 'aarch64',
additionalNodeLabels: 'xcode12.4',
additionalNodeLabels: 'xcode15.0.1',
test : 'default',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
Expand Down

0 comments on commit 6556d81

Please sign in to comment.