[jdk8u-dev] RFR: 8298307: Enable hotspot/tier1 for 32-bit builds in GHA for 8u

zzambers duke at openjdk.org
Wed Dec 7 18:33:53 UTC 2022


All issues in hotspot/tier1 affecting 32-bit builds are now resolved so these configurations can now be enabled in GHA.

Notes:
- hotspot/tier1 on linux requires working C/C++ compiler for some tests (gcc multilib packages are required for linux-x86)
- hotspot/tier1 contains some container tests, but ubuntu:latest does not include 32-bit libs by default. Multilib image needs to be created.

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

Commit messages:
 - Enable hotspot/tier1 testing on x86

Changes: https://git.openjdk.org/jdk8u-dev/pull/204/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=204&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8298307
  Stats: 16 lines in 1 file changed: 8 ins; 0 del; 8 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/204.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/204/head:pull/204

PR: https://git.openjdk.org/jdk8u-dev/pull/204


More information about the jdk8u-dev mailing list