Skip to content

Commit e2d5ff9

Browse files
committed
8268214: Use system zlib and disable dtrace when building linux-aarch64 at Oracle
Reviewed-by: dholmes
1 parent 1b4378e commit e2d5ff9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

make/conf/jib-profiles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ var getJibProfilesProfiles = function (input, common, data) {
491491
dependencies: ["devkit", "gtest", "build_devkit", "pandoc"],
492492
configure_args: [
493493
"--openjdk-target=aarch64-linux-gnu",
494+
"--with-zlib=system",
495+
"--disable-dtrace",
494496
"--enable-compatible-cds-alignment",
495497
],
496498
},

0 commit comments

Comments
 (0)