[jdk8u-dev] RFR: 8253424: Add support for running pre-submit testing using GitHub Actions [v12]

Andrew John Hughes andrew at openjdk.java.net
Sat Mar 19 18:18:15 UTC 2022


> Initial attempt to backport https://github.com/openjdk/jdk11u-dev/commit/1faefed218051c324bdb5c7c10369050d6c9dd44
> 
> Changes so far:
> * `make/autoconf/version-numbers` -> `common/autoconf/version-numbers`
> * Fix version variables (`JDK_MAJOR_VERSION`, `JDK_MINOR_VERSION` and `JDK_MICRO_VERSION` in 8u)
> * Remove boot JDK for Linux (provided by build environment Ubuntu 20.04 in openjdk-8-jdk)
> * Replace `--with-version-opt` with `--with-user-release-suffix`
> * Drop `--enable-jtreg-failure-handler` (unsupported)
> * Move make targets to make invocation (`--with-default-make-target` not supported)
> * Drop `--with-msvc-toolset-version`
> * Disable tests as we don't currently have the bundles required to support them

Andrew John Hughes has updated the pull request incrementally with three additional commits since the last revision:

 - Remove linux_additional_build dependency for now
 - Add Windows x86 with VS2010 & Windows x64 with VS2017 builds, adapted from work of Alex Kashchenko and Zdeněk Žamberský
 - 8282225: GHA: Allow one concurrent run per PR only

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

Changes:
  - all: https://git.openjdk.java.net/jdk8u-dev/pull/3/files
  - new: https://git.openjdk.java.net/jdk8u-dev/pull/3/files/f87dd745..c0a22e50

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk8u-dev&pr=3&range=11
 - incr: https://webrevs.openjdk.java.net/?repo=jdk8u-dev&pr=3&range=10-11

  Stats: 1957 lines in 3 files changed: 1950 ins; 1 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk8u-dev/pull/3.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk8u-dev pull/3/head:pull/3

PR: https://git.openjdk.java.net/jdk8u-dev/pull/3


More information about the jdk8u-dev mailing list