RFR: 8297984: Turn on warnings as errors for javadoc

Magnus Ihse Bursie ihse at openjdk.org
Fri Dec 2 13:50:32 UTC 2022


On Fri, 2 Dec 2022 13:42:23 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> If you would like to exercise the full-docs build in GHA, you could make that build depend on the linux-x64 build and set `--with-build-jdk` and `--with-docs-reference-jdk` to point to it.

Good point. I don't think it's worth it, though. Since the output is not saved but thrown away, we will just be wasting CPU cycles. The full docs graph generation is unlikely to start failing as a result of general changes in the code, only if some of the code that generates the graphs were to be changed, and such PRs can test this separately.

-------------

PR: https://git.openjdk.org/jdk/pull/11468



More information about the build-dev mailing list