RFR: 8299330: Minor improvements in MSYS2 Workflow handling [v11]

Magnus Ihse Bursie ihse at openjdk.org
Fri Jan 13 09:41:22 UTC 2023


On Fri, 13 Jan 2023 08:14:20 GMT, Christoph Langer <clanger at openjdk.org> wrote:

>> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Move shell env call to build-windows.yml
>
> Regarding the tar issue: It happens in the post steps, when GHA does the caching. So I believe GHA caching is broken at the moment. Somehow some msys2 libraries conflict with git's cygwin version of tar. I guess the fix would be to find a way to update the PATH to exclude msys2 again after our work is done and before the caching post steps run...

@RealCLanger Oh, thanks for the analysis! I believe it should be possible to update the PATH; it might require a bit of trickery/ugliness, as so many other things in this yaml "programming language", but it can most likely be done.

-------------

PR: https://git.openjdk.org/jdk/pull/11782



More information about the build-dev mailing list