Re: RFR: 8296478: Rework 8282948 and 8282700 to use the new autoconf UTIL_ARG_WITH [v52]

2022-12-26 Thread Julian Waters
> 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

Re: RFR: 8299330: Workflows should not install MSYS2 in the JDK's source directory [v5]

2022-12-26 Thread Julian Waters
> MSYS2 should be more appropriately installed into the runner's temporary > directory rather than inside the newly checked out repository containing all > the JDK's source code, as doing so may interfere with the build process and > cause weird corner cases in the submitted actions workflow

Re: RFR: 8299330: Workflows should not install MSYS2 in the JDK's source directory [v4]

2022-12-26 Thread Julian Waters
On Sun, 25 Dec 2022 06:54:16 GMT, Julian Waters wrote: >> MSYS2 should be more appropriately installed into the runner's temporary >> directory rather than inside the newly checked out repository containing all >> the JDK's source code, as doing so may interfere with the build process and >>

Re: RFR: 8299330: Workflows should not install MSYS2 in the JDK's source directory [v4]

2022-12-26 Thread Christoph Langer
On Sun, 25 Dec 2022 06:54:16 GMT, Julian Waters wrote: >> MSYS2 should be more appropriately installed into the runner's temporary >> directory rather than inside the newly checked out repository containing all >> the JDK's source code, as doing so may interfere with the build process and >>