HomePhabricator

Run tool_wallet.py with an emulator as needed

Description

Run tool_wallet.py with an emulator as needed

Summary: This needs to use the emulator as well to run bitcoin-wallet.

Test Plan:

./test/functional/test_runner.py tool_wallet

cmake -GNinja .. \
  -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/LinuxAArch64.cmake \
  -DCMAKE_CROSSCOMPILING_EMULATOR=$(command -v qemu-aarch64-static) \
  -DBUILD_BITCOIN_ZMQ=OFF
QEMU_LD_PREFIX=/usr/aarch64-linux-gnu ninja check-functional

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

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

Details

Provenance
FabienAuthored on Apr 29 2020, 13:56
FabienPushed on Apr 30 2020, 07:49
Reviewer
Restricted Project
Differential Revision
D5892: Run tool_wallet.py with an emulator as needed
Parents
rSTAGINGff6e71a6b42d: [Automated] Update timing.json
Branches
Unknown
Tags
Unknown