Page MenuHomePhabricator

Remove freebsd build instructions
ClosedPublic

Authored by PiRK on Sep 17 2020, 14:59.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC09cd91f2b877: Remove freebsd build instructions
Summary

Remove build instructions for freebsd and references to these instruction, as suggested by deadalnix
(https://reviews.bitcoinabc.org/D7472?id=23549#inline-42917).

Test Plan
bundle exec jekyll serve

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Sep 17 2020, 14:59
PiRK requested review of this revision.Sep 17 2020, 14:59
Fabien added a subscriber: Fabien.

For reference the build instructions are good afaik and the software runs fine on FreeBSD (I had some nodes running on it no so long ago).

But the instructions add little to no value to the generic unix instructions. Historically FreeBSD had some special instructions for autotools, but it's no longer the case.

This revision is now accepted and ready to land.Sep 17 2020, 15:21

Snippet of first build failure:

[349/409] Running utility command for check-bitcoin-settings_tests
[350/409] bitcoin: testing timedata_tests
[351/409] bitcoin: testing streams_tests
[352/409] Running utility command for check-bitcoin-timedata_tests
[353/409] bitcoin: testing sigencoding_tests
[354/409] Running utility command for check-bitcoin-sigencoding_tests
[355/409] Running utility command for check-bitcoin-streams_tests
[356/409] bitcoin: testing uint256_tests
[357/409] bitcoin: testing checkqueue_tests
[358/409] bitcoin: testing undo_tests
[359/409] bitcoin: testing serialize_tests
[360/409] Running utility command for check-bitcoin-uint256_tests
[361/409] Running utility command for check-bitcoin-undo_tests
[362/409] Running utility command for check-bitcoin-checkqueue_tests
[363/409] Running utility command for check-bitcoin-serialize_tests
[364/409] bitcoin: testing walletdb_tests
[365/409] Running utility command for check-bitcoin-walletdb_tests
[366/409] bitcoin: testing util_threadnames_tests
[367/409] bitcoin: testing checkpoints_tests
[368/409] bitcoin: testing validationinterface_tests
[369/409] Running utility command for check-bitcoin-checkpoints_tests
[370/409] Running utility command for check-bitcoin-util_threadnames_tests
[371/409] Running utility command for check-bitcoin-validationinterface_tests
[372/409] bitcoin: testing radix_tests
[373/409] bitcoin: testing script_standard_tests
[374/409] bitcoin: testing crypto_tests
[375/409] bitcoin: testing blockcheck_tests
[376/409] Running utility command for check-bitcoin-radix_tests
[377/409] Running utility command for check-bitcoin-script_standard_tests
[378/409] Running utility command for check-bitcoin-crypto_tests
[379/409] Running utility command for check-bitcoin-blockcheck_tests
[380/409] bitcoin: testing ismine_tests
[381/409] bitcoin: testing blockstatus_tests
[382/409] bitcoin: testing getarg_tests
[383/409] Running utility command for check-bitcoin-ismine_tests
[384/409] Running utility command for check-bitcoin-blockstatus_tests
[385/409] Running utility command for check-bitcoin-getarg_tests
[386/409] bitcoin: testing script_tests
[387/409] bitcoin: testing versionbits_tests
[388/409] Running utility command for check-bitcoin-script_tests
[389/409] Running utility command for check-bitcoin-versionbits_tests
[390/409] bitcoin: testing monolith_opcodes_tests
[391/409] Running utility command for check-bitcoin-monolith_opcodes_tests
[392/409] bitcoin: testing skiplist_tests
[393/409] Running utility command for check-bitcoin-skiplist_tests
[394/409] bitcoin: testing util_tests
[395/409] bitcoin: testing op_reversebytes_tests
[396/409] Running utility command for check-bitcoin-util_tests
[397/409] Running utility command for check-bitcoin-op_reversebytes_tests
[398/409] bitcoin: testing cuckoocache_tests
[399/409] Running utility command for check-bitcoin-cuckoocache_tests
[400/409] bitcoin: testing coins_tests
[401/409] Running utility command for check-bitcoin-coins_tests
[402/409] bitcoin: testing transaction_tests
[403/409] Running utility command for check-bitcoin-transaction_tests
[404/409] bitcoin: testing coinselector_tests
[405/409] Running utility command for check-bitcoin-coinselector_tests
[406/409] Running bitcoin test suite
PASSED: bitcoin test suite
Build build-clang-10 timed out after 1200.0s
deadalnix added inline comments.
INSTALL.md
6 ↗(On Diff #23552)

Don't add it if it is to remove it.

This revision was landed with ongoing or failed builds.Sep 17 2020, 16:10
This revision was automatically updated to reflect the committed changes.