Skip to content

Commit

Permalink
.gitlab-ci.yml: remove build with OpenJDK 21 under Debian Trixie
Browse files Browse the repository at this point in the history
Trixie doesn't carry OpenJDK 21 any more. Because OpenJDK support
under Debian is a moving target, it's better to remove it until
Trixie is released. Otherwise, CI builds will start failing at any
time.
  • Loading branch information
schildbach committed Jun 25, 2024
1 parent 32e9145 commit c12fa3b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ bookworm-jdk17:
- gradle --version
- sha256sum core/build/libs/*.jar wallettool/build/install/wallet-tool/bin/* wallettool/build/install/wallet-tool/lib/*.jar

trixie-jdk21:
image: debian:trixie-slim
before_script:
- apt-get update
- apt-get -y install openjdk-21-jdk-headless gradle
script:
- gradle build :bitcoinj-core:publishToMavenLocal :bitcoinj-wallettool:installDist --init-script build-scan-agree.gradle --scan --stacktrace
after_script:
- gradle --version
- sha256sum core/build/libs/*.jar wallettool/build/install/wallet-tool/bin/* wallettool/build/install/wallet-tool/lib/*.jar

sast:
stage: test

Expand Down

0 comments on commit c12fa3b

Please sign in to comment.