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

Jiangli Zhou jiangli at openjdk.org
Wed Feb 5 19:51:49 UTC 2025


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

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

Commit messages:
 - Set matrix.
 - Remove debug build for now.
 - Set debug-levels to "release".
 - Set debug-levels to "debug".
 - Add build-linux-static.yml.
 - Add build-linux-static.yml.
 - Add build-linux-x64-static build job in GHA.

Changes: https://git.openjdk.org/jdk/pull/23471/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23471&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8349399
  Stats: 157 lines in 2 files changed: 157 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/23471.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23471/head:pull/23471

PR: https://git.openjdk.org/jdk/pull/23471


More information about the build-dev mailing list