Skip to content

Commit

Permalink
Fix more amac 11 after bad merge
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Jun 28, 2024
1 parent 496c811 commit 6934e4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,11 @@ class Config11 {
'dragonwell': "--enable-dtrace=auto --with-extra-cflags=\"-march=armv8.2-a+crypto\" --with-extra-cxxflags=\"-march=armv8.2-a+crypto\"",
'bisheng' : '--enable-dtrace=auto --with-extra-cflags=-fstack-protector-strong --with-extra-cxxflags=-fstack-protector-strong --with-jvm-variants=server'
],
test : [
openj9 : 'default'
],
buildArgs : [
'openj9' : '--ssh',
'temurin' : '--create-sbom'
]
],
Expand Down

0 comments on commit 6934e4c

Please sign in to comment.