aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_arm.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-09-30 17:26:22 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-02 10:01:04 -0400
commitddddd8961b6209cba1bcabad73916051a99f2025 (patch)
treedead4d1224f46a530d355850f803cc2d3d7b201e /ci/test/00_setup_env_arm.sh
parentbb83d23ad8162b1bd31aae53fab1c1dee4523838 (diff)
downloadbitcoin-ddddd8961b6209cba1bcabad73916051a99f2025.tar.xz
ci: Use busybox utils for one build
Diffstat (limited to 'ci/test/00_setup_env_arm.sh')
-rw-r--r--ci/test/00_setup_env_arm.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_arm.sh b/ci/test/00_setup_env_arm.sh
index ac7ace8c3b..db640015b1 100644
--- a/ci/test/00_setup_env_arm.sh
+++ b/ci/test/00_setup_env_arm.sh
@@ -7,7 +7,8 @@
export LC_ALL=C.UTF-8
export HOST=arm-linux-gnueabihf
-export PACKAGES="python3 g++-arm-linux-gnueabihf"
+export PACKAGES="python3 g++-arm-linux-gnueabihf busybox"
+export USE_BUSY_BOX=true
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false
export GOAL="install"