Page MenuHomePhabricator

[depends] boost: update to 1.70
ClosedPublic

Authored by Fabien on Mar 31 2020, 18:08.

Details

Summary

Backport of core PR15461.

This PR is known to cause 2 issues:

  • The build (native) on ARM might be broken:

https://github.com/bitcoin/bitcoin/issues/17010

  • The error messages are not helpful:

https://github.com/bitcoin/bitcoin/issues/16803

None of these issues are critical.

I kept (adapted) the patch to work around the first issue. It doesn't
provide a very solid guarantee but it can't hurt.

The second issue will be fixed in a future backport.

Note that due to boost cmake update, it is now required to set
Boost_USE_STATIC_RUNTIME to ON.

Test Plan
make
make check

Run the Gitian builds.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR15461
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10057
Build 17949: Default Diff Build & Tests
Build 17948: arc lint + arc unit