This allows to use the depends system for building a deterministic linux
binary.
Depends on D3017
Differential D3019
[CMAKE] Add cross build toolchain files for PC Linux platform Fabien on May 10 2019, 14:18. Authored by Tags None Subscribers None
Details
This allows to use the depends system for building a deterministic linux Depends on D3017 Note: see dependencies in contrib/gitian-descriptors/gitian-linus.yml mkdir buildcmake && cd buildcmake cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Linux64.cmake \ -GNinja .. ninja Run src/bitcoind and src/qt/bitcoin-qt on a 64 bits Linux rm -rf * cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Linux32.cmake \ -GNinja .. ninja Run src/bitcoind and src/qt/bitcoin-qt on a 32 bits Linux
Diff Detail
Event TimelineComment Actions It's not clear that this depends on any way on the diff you say it depends on.
|