Page MenuHomePhabricator

bump minimum required boost version to 1.64
ClosedPublic

Authored by PiRK on Jun 5 2023, 10:48.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCe67ad6590682: bump minimum required boost version to 1.64
Summary

This is the same version as the current minimum supported by Bitcoin Core.

The packaged versions of boost on the oldest supported distros are:

  • Ubuntu 20.04: 1.71
  • Debian 10: 1.67
  • CentOS 8: 1.68

Depends on D13985

Test Plan

cmake .. -GNinja && ninja all check-all to the test change to CMakeLists.txt

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Jun 5 2023, 10:48
PiRK planned changes to this revision.Jun 5 2023, 15:32

I found some more cleanup to do in src/test/util/setup_common.h

PiRK requested review of this revision.Jun 5 2023, 16:12

additional cleanup done in a separate diff (D13992)

This revision is now accepted and ready to land.Jun 5 2023, 16:46
This revision was automatically updated to reflect the committed changes.