On Wed, 26 Feb 2025 17:59:46 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
>> .github/workflows/main.yml line 171: >> >>> 169: if: needs.prepare.outputs.linux-x64 == 'true' >>> 170: >>> 171: build-linux-x64-static-jdk: >> >> Move this closer to `build-linux-x64-static-libs`? These are somewhat >> related, at least in their need for `debug-levels: release`. Probably copy a >> comment about debug-level there. > > Also maybe just `build-linux-x64-static`? `-jdk` feels a bit redundant. I see > you had it before, would you still prefer `...-static-jdk`? @shipilev Updated based on your suggestions. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23471#discussion_r1972122837