RFR: 8349399: GHA: Add static-jdk build on linux-x64 [v3]
Jiangli Zhou
jiangli at openjdk.org
Wed Feb 26 20:18:58 UTC 2025
On Wed, 26 Feb 2025 19:44:50 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Ah, one more trouble: this job produces bundles. But that bundle name is just `linux-x64`, which overrides the standard bundle. See how `build-linux-x64-static-libs` overrides `bundle-suffix:`, do the same here. E.g. `bundle-suffix: "-static"`?
The current `build-linux-x64-static` job doesn't produce any bundles.
I do agree with your point on overriding the bundle name, as we probably want to include bundle creation in the job at some later point. I actually ran into GHA failure initially when I used the `build-linux.yml` for the job due to bundle name conflict before your https://github.com/openjdk/jdk/pull/23715 change. Updating to include your suggestion for the bundle name...
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23471#discussion_r1972340440
More information about the build-dev
mailing list