RFR: 8349399: GHA: Add static-jdk build on linux-x64

Jiangli Zhou jiangli at openjdk.org
Wed Feb 26 23:26:58 UTC 2025


On Wed, 26 Feb 2025 15:02:08 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Please review this change that adds a `linux-x86-static` job in GHA. The job builds the `static-jdk-image` release binary on linux-x64. Please see  https://mail.openjdk.org/pipermail/build-dev/2025-February/048830.html for some additional context.
>> 
>> A `debug` build job (building `static-jdk-image` fastdebug binary) is not included currently. There is a known issue that causes build failure due to resource problem, which causes the `fastdebug` build fail in github workflow. Please see more related information in https://bugs.openjdk.org/browse/JDK-8349399?focusedId=14749789&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14749789. 
>> 
>> GHA: https://github.com/jianglizhou/jdk/actions/runs/13163673020
>
> #23715 should now be in. Now you can just add a clean separate job for this, like this one:
> https://github.com/openjdk/jdk/blob/bd112c4fab8c6b6a8181d4629009b6cb408727a1/.github/workflows/main.yml#L228-L245
> 
> And then you don't need a whole new script for static-jdk build.

@shipilev @magicus Thanks!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23471#issuecomment-2686429109


More information about the build-dev mailing list