RFR: 8296478: Rework 8282948 and 8282700 to use the new autoconf UTIL_ARG_WITH [v17]
Julian Waters
jwaters at openjdk.org
Thu Dec 15 14:10:09 UTC 2022
On Thu, 15 Dec 2022 14:03:26 GMT, Julian Waters <jwaters at openjdk.org> wrote:
>> 8285093 introduced the new UTIL_ARG_WITH definition, which was not available when both 8282948 and 8282700 were written. They can now be moved to using the cleaner logic that UTIL_ARG_WITH grants.
>>
>> There are many more options that still use AC_ARG_WITH in jdk-version.m4. They are out of the scope of this commit, which aims only to rework the previous integrated commits mentioned above.
>
> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>
> Break GHA for a while v
Yep, something is definitely wrong with the Windows runner username: https://github.com/TheShermanTanker/jdk/actions/runs/3704770280/jobs/6277825937
<img width="654" alt="Capture" src="https://user-images.githubusercontent.com/32636402/207881087-3035ddfa-9a96-44fe-bce2-aa7a7693bf77.PNG">
echo works properly, meaning that $USER really is an empty string for some reason
The same command run on my MSYS2 environment strangely works just fine
vertig0 at LAPTOP-NEMLU0S6 UCRT64 ~
$ echo $USER
vertig0
-------------
PR: https://git.openjdk.org/jdk/pull/11020
More information about the build-dev
mailing list