mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Disable failing JDK 20-ea build for now (#419)
The build fails due to openjdk/jdk20@2cb64a7557; the upcoming Error Prone release includes a workaround for this: google/error-prone@df033f03cb.
This commit is contained in:
committed by
GitHub
parent
870d16a0b6
commit
fd2946a9c8
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user