8255612: Explicitly disable dtrace for Oracle OpenJDK Linux builds
Reviewed-by: mikael
This commit is contained in:
parent
a7563207f6
commit
3fd821606d
@ -406,7 +406,7 @@ var getJibProfilesProfiles = function (input, common, data) {
|
||||
target_cpu: "x64",
|
||||
dependencies: ["devkit", "gtest", "graphviz", "pandoc", "graalunit_lib"],
|
||||
configure_args: concat(common.configure_args_64bit,
|
||||
"--with-zlib=system",
|
||||
"--with-zlib=system", "--disable-dtrace",
|
||||
(isWsl(input) ? [ "--host=x86_64-unknown-linux-gnu",
|
||||
"--build=x86_64-unknown-linux-gnu" ] : [])),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user