>So does that mean, that we build all GHA builds with debug level >release/product and none with fastdebug ? >If so, could we maybe in future use some mixture, like most product but a few >e.g. one on Linux one on macOS fastdebug ?
I checked the GHA settings from https://github.com/openjdk/jdk/blob/master/.github/workflows/main.yml And found that on Linux we build already (fast)debug. That’s good ! But seems we miss it on e.g. macOS and also Windows . Could we adjust the GHA settings or add a 3rd macOS build using (fast)debug ? Best regards, Matthias