On Wed, 6 Apr 2022 11:12:39 GMT, Christoph Langer <clan...@openjdk.org> wrote:
>> Make cygwin usage in GHA more reliable >> >> With this change we now attempt to retrieve the cygwin installer from cache >> every time we need it. >> We would also only try to download it once per build job, in the beginning. >> During testing we rely on it being cached which will make potential errors >> more obvious >> (e.g. in the download step in the beginning of the build). >> >> I also replaced actions/cache@v2 with v3. Didn't see issues. > > Christoph Langer has updated the pull request incrementally with one > additional commit since the last revision: > > Implement review suggestions by @shipilev Thanks for the review. ------------- PR: https://git.openjdk.java.net/jdk/pull/8113