HomePhabricator

[doc] Bump minimum GCC dependency

Description

[doc] Bump minimum GCC dependency

Summary:
GCC 10.x does not build for me due to lack of support of
std::source_location. Considering it first appears as no longer
experimental in GCC 12 docs, I suspect it will not work in GCC 11
despite Core saying they support GCC 11 here:
https://github.com/bitcoin/bitcoin/pull/29091/

Debian Bookworm (12) packages GCC 12 by default so this makes sense
as the minimum supported version for ABC.

Test Plan:

  • build with gcc 10.x (fails)
  • build with gcc 12.x (succeeds)

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D18911

Details

Provenance
roqqitAuthored on Fri, Nov 7, 17:28
roqqitPushed on Fri, Nov 7, 23:40
Reviewer
Restricted Project
Differential Revision
D18911: [doc] Bump minimum GCC dependency
Parents
rABC7d9c9397fb0c: [doc] Cleanup minimum supported Debian versions
Branches
Unknown
Tags
Unknown