Page MenuHomePhabricator

Run tool_wallet.py with an emulator as needed
ClosedPublic

Authored by Fabien on Apr 29 2020, 18:48.

Details

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

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Apr 29 2020, 21:27