Skip to content

Commit 8133eb2

Browse files
committedDec 16, 2024
8346150: Jib dependency on autoconf missing for 'docs' profile
Reviewed-by: jwaters, dholmes
1 parent 45a3297 commit 8133eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/conf/jib-profiles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ var getJibProfilesProfiles = function (input, common, data) {
780780
target_os: input.build_os,
781781
target_cpu: input.build_cpu,
782782
dependencies: [
783-
"boot_jdk", "devkit", "graphviz", "pandoc", buildJdkDep,
783+
"autoconf", "boot_jdk", "devkit", "graphviz", "pandoc", buildJdkDep,
784784
],
785785
configure_args: concat(
786786
"--enable-full-docs",

0 commit comments

Comments
 (0)
Please sign in to comment.