Skip to content

Commit

Permalink
Merge pull request #236 from AdamBrousseau/fix_risc_labels
Browse files Browse the repository at this point in the history
Fix more amac 11 after bad merge
  • Loading branch information
AdamBrousseau authored Jun 28, 2024
2 parents a65c2fe + 6934e4c commit a1f8423
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 @@ -251,7 +251,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 a1f8423

Please sign in to comment.