Re: RFR: 8348429: Update cross-compilation devkits to Fedora 41/gcc 13.2 [v2]

2025-01-24 Thread Erik Joelsson
On Fri, 24 Jan 2025 16:35:05 GMT, Magnus Ihse Bursie wrote: >> The devkit makefile is a public description on how Oracle builds the JDK in >> its CI system. This patch will update the devkit makefile to make Fedora 41 >> default for all platforms, and update the jib configuration to use devkits

Re: RFR: 8348429: Update cross-compilation devkits to Fedora 41/gcc 13.2 [v2]

2025-01-24 Thread Magnus Ihse Bursie
> The devkit makefile is a public description on how Oracle builds the JDK in > its CI system. This patch will update the devkit makefile to make Fedora 41 > default for all platforms, and update the jib configuration to use devkits > based on Fedora 41 and gcc 13.2. > > Also some additional fi

Re: RFR: 8348429: Update cross-compilation devkits to Fedora 41/gcc 13.2

2025-01-23 Thread Magnus Ihse Bursie
On Thu, 23 Jan 2025 23:19:44 GMT, Erik Joelsson wrote: >> The devkit makefile is a public description on how Oracle builds the JDK in >> its CI system. This patch will update the devkit makefile to make Fedora 41 >> default for all platforms, and update the jib configuration to use devkits >>

Re: RFR: 8348429: Update cross-compilation devkits to Fedora 41/gcc 13.2

2025-01-23 Thread Erik Joelsson
On Thu, 23 Jan 2025 22:51:46 GMT, Magnus Ihse Bursie wrote: > The devkit makefile is a public description on how Oracle builds the JDK in > its CI system. This patch will update the devkit makefile to make Fedora 41 > default for all platforms, and update the jib configuration to use devkits >

RFR: 8348429: Update cross-compilation devkits to Fedora 41/gcc 13.2

2025-01-23 Thread Magnus Ihse Bursie
The devkit makefile is a public description on how Oracle builds the JDK in its CI system. This patch will update the devkit makefile to make Fedora 41 default for all platforms, and update the jib configuration to use devkits based on Fedora 41 and gcc 13.2. Also some additional fixes are need