Skip to content

Commit 3fd8216

Browse files
committed
8255612: Explicitly disable dtrace for Oracle OpenJDK Linux builds
Reviewed-by: mikael
1 parent a756320 commit 3fd8216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/conf/jib-profiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ var getJibProfilesProfiles = function (input, common, data) {
406406
target_cpu: "x64",
407407
dependencies: ["devkit", "gtest", "graphviz", "pandoc", "graalunit_lib"],
408408
configure_args: concat(common.configure_args_64bit,
409-
"--with-zlib=system",
409+
"--with-zlib=system", "--disable-dtrace",
410410
(isWsl(input) ? [ "--host=x86_64-unknown-linux-gnu",
411411
"--build=x86_64-unknown-linux-gnu" ] : [])),
412412
},

0 commit comments

Comments
 (0)