On Fri, 13 Jan 2023 08:14:20 GMT, Christoph Langer <clan...@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

Reply via email to