Integrated: 8348039: testmake fails at IDEA after JDK-8347825
Magnus Ihse Bursie
ihse at openjdk.org
Tue Jan 21 19:04:44 UTC 2025
On Mon, 20 Jan 2025 15:53:39 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> After JDK-8347825, `test:idea` started failing in the Oracle CI.
>
> The problem is that when running in the Oracle CI, we are passing `CONF_NAME` to the topmost make. This will result in both `CONF_NAME` and `SPEC` being defined when making the nested make call in the idea.sh script, and this is not allowed.
>
> I solved this the proper way, by unexporting the variables we have setup during make that could interfere.
This pull request has now been integrated.
Changeset: 25fecaaf
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/25fecaaf87400af535c242fe50296f1f89ceeb16
Stats: 11 lines in 1 file changed: 7 ins; 0 del; 4 mod
8348039: testmake fails at IDEA after JDK-8347825
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/jdk/pull/23200
More information about the build-dev
mailing list