On Tue, 8 Apr 2025 14:36:14 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> When building the JDK on GHA, we should use `make -k` to continue building as > much as possible in case of failure, to avoid having developers resubmitting > one fix after another. > > The additional cost of continuing to build even in a failed build is pretty > small compared to the overhead of having to resubmit the entire GHA several > times. This pull request has now been integrated. Changeset: e1a4a6be Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e1a4a6beb61c70228c3aa54ddf2d9310fd5020e2 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8340185: Use make -k on GHA to catch more build errors Reviewed-by: shade ------------- PR: https://git.openjdk.org/jdk/pull/24512