Skip to content

Commit

Permalink
Disable failing JDK 20-ea build for now (#419)
Browse files Browse the repository at this point in the history
The build fails due to
openjdk/jdk20@2cb64a7; the upcoming
Error Prone release includes a workaround for this:
google/error-prone@df033f0.
  • Loading branch information
Stephan202 authored Dec 19, 2022
1 parent 870d16a commit fd2946a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: Re-enable 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:
Expand Down

0 comments on commit fd2946a

Please sign in to comment.