Re: RFR: 8355669: Add static-jdk-bundles make target

2025-04-28 Thread Jiangli Zhou
On Mon, 28 Apr 2025 19:24:04 GMT, Magnus Ihse Bursie wrote: >> Please review this PR that adds the static-jdk-bundles make target. The >> static-jdk-bundles is needed by JDK-8355452 >> (https://bugs.openjdk.org/browse/JDK-8355452) for adding tier1 tests on >> linux-x64 static-jdk in GHA. > > M

Re: RFR: 8355669: Add static-jdk-bundles make target

2025-04-28 Thread Magnus Ihse Bursie
On Mon, 28 Apr 2025 18:22:13 GMT, Jiangli Zhou wrote: > Please review this PR that adds the static-jdk-bundles make target. The > static-jdk-bundles is needed by JDK-8355452 > (https://bugs.openjdk.org/browse/JDK-8355452) for adding tier1 tests on > linux-x64 static-jdk in GHA. Marked as revi

RFR: 8355669: Add static-jdk-bundles make target

2025-04-28 Thread Jiangli Zhou
Please review this PR that adds the static-jdk-bundles make target. The static-jdk-bundles is needed by JDK-8355452 (https://bugs.openjdk.org/browse/JDK-8355452) for adding tier1 tests on linux-x64 static-jdk in GHA. - Commit messages: - Add static-jdk-bundles make target. Change