Page MenuHomePhabricator

[CI] Remove the Openjdk 8 dependency
ClosedPublic

Authored by Fabien on Oct 6 2020, 16:02.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABCc25d4aea2b33: [CI] Remove the Openjdk 8 dependency
Summary

This dependency was added to provide Teamcity support, however we don't
run Teamcity in our build containers. We still need a JDK for building
the JNI bindings, so let's use the debian default (Openjdk 11).

Test Plan

Run some CI builds.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Oct 6 2020, 16:02
Fabien planned changes to this revision.
Fabien requested review of this revision.Oct 6 2020, 17:48
jasonbcox requested changes to this revision.Oct 6 2020, 18:04
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
contrib/teamcity/setup-debian-buster.sh
99 ↗(On Diff #24308)

We can remove the script and the associated pubkey, probably.

This revision now requires changes to proceed.Oct 6 2020, 18:04

Remove install script and pubkey as well

This revision is now accepted and ready to land.Oct 6 2020, 20:34
This revision was automatically updated to reflect the committed changes.