[jdk8u-dev] RFR: 8253424: Add support for running pre-submit testing using GitHub Actions [v8]
Andrew John Hughes
andrew at openjdk.java.net
Wed Mar 9 16:24:14 UTC 2022
On Tue, 8 Mar 2022 10:05:24 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>>> @gnu-andrew Could you mark this PR as draft until it's ready for review, please? This avoids many emails sent to the list unnecessarily.
>>
>> Done. Sorry, I didn't realise it wasn't spamming anyone.
>>
>> I've done as much as I can here. I'm going to need to enlist someone to look at the Windows build. The additional builds & tests will need backports of bundle support.
>
>> I've done as much as I can here. I'm going to need to enlist someone to look at the Windows build. The additional builds & tests will need backports of bundle support.
>
> Maybe @akashche or @stooke can help with the Windows GHA builds?
> @jerboaa , I don't have experience with GitHub Actions, will look into them and report back.
It's largely just a collection of build scripts with interdependencies. The main part for you to look at is under `windows_x64_build` in https://github.com/openjdk/jdk8u-dev/pull/3/files#diff-d9aafa5b5fb68a30f87fd41d7f84a7087fd33b0b07e406fd1ba4b3e66a6b9683R756 and the `configure` failure in https://github.com/gnu-andrew/jdk8u-dev/runs/5442291679?check_suite_focus=true It may be that this is already familiar to you from your own builds.
-------------
PR: https://git.openjdk.java.net/jdk8u-dev/pull/3
More information about the jdk8u-dev
mailing list