From 7fc5e865b93af59364e9c8bf75ec68b4decc7e5d Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 13 Apr 2021 12:40:15 +0800 Subject: test: install lief in CI --- ci/test/00_setup_env_mac_host.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ci/test/00_setup_env_mac_host.sh') diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh index e54e78add4..898c1530a1 100644 --- a/ci/test/00_setup_env_mac_host.sh +++ b/ci/test/00_setup_env_mac_host.sh @@ -7,12 +7,11 @@ export LC_ALL=C.UTF-8 export HOST=x86_64-apple-darwin18 -export PIP_PACKAGES="zmq" +export PIP_PACKAGES="zmq lief" export GOAL="install" export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-external-signer" export CI_OS_NAME="macos" export NO_DEPENDS=1 export OSX_SDK="" export CCACHE_SIZE=300M - export RUN_SECURITY_TESTS="true" -- cgit v1.2.3