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

zzambers duke at openjdk.java.net
Wed Mar 9 23:47:46 UTC 2022


On Wed, 9 Mar 2022 18:10:43 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

>> 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 one additional commit since the last revision:
> 
>   Add missing semi-colon

I was doing some experiments with windows (32-bit) builds of jdk8 in github actions in the past using vs2010express.  (Visual Studio 2010 is mentioned for windows in README-builds.html) When I tried my old code, and have found, that it no longer works (simple steps to install vs2010express no longer work, caused by dead MS links [1]). However, after some experimentation, I was able to install vs2010express from iso (from webarchive) and now it works again.

My basic (cleaned up) github workflow which does 32-bit build of openjdk8 using vs2010express can be found here. [2]
(feel free to use any of that code)

[1] https://github.community/t/how-to-use-vc100-for-msbuild/16623/2
[2] https://github.com/zzambers/test-jdk-builder/blob/build-ojdk8-win/.github/workflows/build-workflow.yaml

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

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


More information about the jdk8u-dev mailing list