Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8268214: Use system zlib and disable dtrace when building linux-aarch…
…64 at Oracle

Reviewed-by: dholmes
  • Loading branch information
vidmik committed Jun 4, 2021
1 parent 1b4378e commit e2d5ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/conf/jib-profiles.js
Expand Up @@ -491,6 +491,8 @@ var getJibProfilesProfiles = function (input, common, data) {
dependencies: ["devkit", "gtest", "build_devkit", "pandoc"],
configure_args: [
"--openjdk-target=aarch64-linux-gnu",
"--with-zlib=system",
"--disable-dtrace",
"--enable-compatible-cds-alignment",
],
},
Expand Down

1 comment on commit e2d5ff9

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.