Re: RFR: 8276854: Windows GHA builds fail due to broken Cygwin

2021-11-10 Thread Christoph Langer
On Wed, 10 Nov 2021 10:39:04 GMT, Aleksey Shipilev wrote: > It is my mistake. Sorry for rushing and breaking the etiquette. I will ensure > that this does not happen again. That was also my mistake (probably even more than Anirvan's) since I sponsored this too early and I should have taken car

Re: RFR: 8276854: Windows GHA builds fail due to broken Cygwin

2021-11-10 Thread Magnus Ihse Bursie
https://openjdk.java.net/census#build On 2021-11-10 08:48, Aleksey Shipilev wrote: On Tue, 9 Nov 2021 20:47:29 GMT, Anirvan Sarkar wrote: Use version `3.2.0` of `cygwin` instead of latest version `3.3.2` on GitHub Actions. `make` SEGVs on the latest version. Version number format obtained

Re: RFR: 8276854: Windows GHA builds fail due to broken Cygwin

2021-11-10 Thread Aleksey Shipilev
On Wed, 10 Nov 2021 10:14:36 GMT, Anirvan Sarkar wrote: > It is my mistake. Sorry for rushing and breaking the etiquette. I will ensure > that this does not happen again. Good, thanks. No harm done in this particular case, as the patch is definitely sensible. I'll handle the backports...

Re: RFR: 8276854: Windows GHA builds fail due to broken Cygwin

2021-11-10 Thread Anirvan Sarkar
On Tue, 9 Nov 2021 20:47:29 GMT, Anirvan Sarkar wrote: > Use version `3.2.0` of `cygwin` instead of latest version `3.3.2` on GitHub > Actions. > `make` SEGVs on the latest version. > > Version number format obtained from > https://cygwin.com/packages/summary/cygwin.html It is my mistake. Sor

Re: RFR: 8276854: Windows GHA builds fail due to broken Cygwin

2021-11-10 Thread Thomas Stuefe
On Tue, 9 Nov 2021 20:47:29 GMT, Anirvan Sarkar wrote: > Use version `3.2.0` of `cygwin` instead of latest version `3.3.2` on GitHub > Actions. > `make` SEGVs on the latest version. > > Version number format obtained from > https://cygwin.com/packages/summary/cygwin.html > The patch looks oka

Re: RFR: 8276854: Windows GHA builds fail due to broken Cygwin

2021-11-09 Thread Aleksey Shipilev
On Tue, 9 Nov 2021 20:47:29 GMT, Anirvan Sarkar wrote: > Use version `3.2.0` of `cygwin` instead of latest version `3.3.2` on GitHub > Actions. > `make` SEGVs on the latest version. > > Version number format obtained from > https://cygwin.com/packages/summary/cygwin.html The patch looks okay.

Re: RFR: 8276854: Windows GHA builds fail due to broken Cygwin

2021-11-09 Thread Christoph Langer
On Tue, 9 Nov 2021 20:47:29 GMT, Anirvan Sarkar wrote: > Use version `3.2.0` of `cygwin` instead of latest version `3.3.2` on GitHub > Actions. > `make` SEGVs on the latest version. > > Version number format obtained from > https://cygwin.com/packages/summary/cygwin.html Cool. Thanks for doin