Page MenuHomePhabricator

Upgrade bitcoin-abc-dev to debian bullseye
ClosedPublic

Authored by sdulfari on Oct 26 2022, 22:44.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC9a0ac4438eae: Upgrade bitcoin-abc-dev to debian bullseye
Summary

Bullseye has been stable for development for a few weeks. Upgrading provides developers with better and more up to date tooling by default.

Test Plan
docker build -t bitcoin-abc-dev -f contrib/docker/bitcoin-abc-dev/Dockerfile
docker run -it bitcoin-abc-dev
mkdir build
cd build
cmake -GNinja ..
ninja check check-functional

Diff Detail

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