From 58dc760ab01664afd9b6cb8c6ecf6f648d7e1ef6 Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Sat, 17 Dec 2022 18:39:51 +0100 Subject: [PATCH 1/2] Disable failing JDK 20-ea build for now The build fails due to openjdk/jdk20@2cb64a75578ccc15a1dfc8c2843aa11d05ca8aa7; the upcoming Error Prone release includes a fix for this: google/error-prone@df033f03cb55c3f26221660ac5ea49bbaeeab289. --- .github/workflows/build.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 188450955e..48b977643f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,10 +22,11 @@ jobs: jdk: 17.0.4 distribution: temurin experimental: false - - os: ubuntu-22.04 - jdk: 20-ea - distribution: zulu - experimental: true + # XXX: Reenable this build after upgrading to Error Prone 2.17. + #- os: ubuntu-22.04 + # jdk: 20-ea + # distribution: zulu + # experimental: true runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} steps: From 86c2f443ec6e053ed63338ab027ce79981541130 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Mon, 19 Dec 2022 09:25:28 +0100 Subject: [PATCH 2/2] s/reenable/re-enable/ --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 48b977643f..738e11dfbc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: jdk: 17.0.4 distribution: temurin experimental: false - # XXX: Reenable this build after upgrading to Error Prone 2.17. + # XXX: Re-enable this build after upgrading to Error Prone 2.17. #- os: ubuntu-22.04 # jdk: 20-ea # distribution: zulu