[jdk17u-dev] RFR: 8287906: Rewrite of GitHub Actions (GHA) sanity tests [v3]
Christoph Langer
clanger at openjdk.org
Thu Jul 14 20:25:31 UTC 2022
On Tue, 12 Jul 2022 08:06:15 GMT, George Adams <duke at openjdk.org> wrote:
>> Backports the GitHub Actions framework rewrite in preparation for https://bugs.openjdk.org/browse/JDK-8287906
>
> George Adams has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
>
> Backport: 1a6533225d8f4b9c5d21e236eaa9f827f096fa5d
This looks good and testing is green. There was [JDK-8274980](https://bugs.openjdk.org/browse/JDK-8274980) which introduced some changes to the GHA workflow before, that is dropping the --with-version-build=0 configure value but that shouldn't be an issue. So good to go, modulo a bump of the boot JDK patch level.
make/conf/github-actions.conf line 32:
> 30:
> 31: LINUX_X64_BOOT_JDK_EXT=tar.gz
> 32: LINUX_X64_BOOT_JDK_URL=https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_8.tar.gz
Maybe you want to update this to 17.0.3?
-------------
Marked as reviewed by clanger (Reviewer).
PR: https://git.openjdk.org/jdk17u-dev/pull/539
More information about the jdk-updates-dev
mailing list