Integrated: 8326585: COMPARE_BUILD=PATCH fails if patch -R fails
Magnus Ihse Bursie
ihse at openjdk.org
Fri Feb 23 17:34:56 UTC 2024
On Fri, 23 Feb 2024 15:18:11 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> At the end of a COMPARE_BUILD run with a patch file, the build tries to revert the patch to restore the workspace as it was. On some versions of patch, this fails if one or more files were deleted, causing the makefile to abort just before the actual comparison. :-(
>
> Reverting the patch is just a courtesy act for running on a developer workspace, so even if this fails, we should continue with the comparison.
This pull request has now been integrated.
Changeset: 27574b38
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/27574b384cb5c46358a8bba1bffa8d57d85f6670
Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod
8326585: COMPARE_BUILD=PATCH fails if patch -R fails
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/jdk/pull/17983
More information about the build-dev
mailing list