On Sat, 7 Dec 2024 02:21:22 GMT, Alexandre Iline <shurail...@openjdk.org> wrote:
> Use a CI promoted build. make/conf/jib-profiles.js line 1210: > 1208: file: "bundles/jcov-3.0+1.zip", > 1209: environment_name: "JCOV_HOME", > 1210: configure_args: "--with-jcov=" + input.get("jcov", > "home_path"), I tried it, and it works for me, thank you! Note there's a space after `"JCOV_HOME", ` that you might want to remove. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22625#discussion_r1874448779