Stewart X Addison

Results 1786 comments of Stewart X Addison

Machine is [decomissioned](https://github.com/adoptium/infrastructure/issues/3292) - closing

@andrew-m-leonard We should consider putting this in plan for JDK24 next month in order to "preview" it in an STS prior to JDK25. Thoughts?

Thanks for the ping on this. I'll note that with Adoptium moving to using devkits it's unlikely we'll actively be updating the versions of GCC that we have under /usr/local/gcc*...

> Any chance of having gcc13 in the centos(6,7) (x,p,a) build containers anytime soon? If the tarball is required, would you also need it for s390x too?

> I'm not sure if we can help with anything else but I'm all ears. It's pretty simple and I have it documented in an issue somewhere. Since it's machine-intensive...

Process is as described at https://github.com/adoptium/infrastructure/issues/2538#issuecomment-1141397665 Source tarball: ``` [root@fed0c9a3ca4a ~]# wget https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-13.2.0/gcc-13.2.0.tar.xz [...] [root@fed0c9a3ca4a ~]# sha512sum gcc-13.2.0.tar.xz d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2 gcc-13.2.0.tar.xz [root@fed0c9a3ca4a ~]# ``` Configured with `./configure --prefix=/usr/local/gcc13 --program-suffix=-13.2 --with-pkgversion="Adoptium/SXA 13.2.0"`...

Noting that gcc14.2 does not appear to build successfully with the default compiler on our CentOS7 build images. I am therefore attempting to build it using GCC11.2 (aarch64) and GCC7.5...

> Also, I don't see a binary for armv7l. Do you want me to remove that from the gcc13 playbook? I can probably build one, but I knew OpenJ9 wouldn't...

For adoptium, the goal is to create a devkit based on GCC 14.2.0 on each of the Linux platforms. [OpenJDK24's devkit is based on GCC 13.2.0](https://github.com/openjdk/jdk24u/blob/master/make/devkit/Tools.gmk) (with other options in...

Noting that ccache 4.10.2 which is part of the devkit requires cmake 3.15 and we only have 3.11.4 on the machines by default. `ccache` up to 4.6 would work with...