From 3c3bd9022026a75e15492ba9cf8bf3b72866b9a9 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 28 Mar 2022 10:35:37 +0100 Subject: [PATCH] test: remove lief install from multiprocess job This job doesn't run any security / symbol checks, so lief isn't needed. --- ci/test/00_setup_env_i686_multiprocess.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/test/00_setup_env_i686_multiprocess.sh b/ci/test/00_setup_env_i686_multiprocess.sh index b3336357597..766424769dc 100755 --- a/ci/test/00_setup_env_i686_multiprocess.sh +++ b/ci/test/00_setup_env_i686_multiprocess.sh @@ -15,4 +15,3 @@ export GOAL="install" export BITCOIN_CONFIG="--enable-debug CC='clang -m32' CXX='clang++ -m32' LDFLAGS='--rtlib=compiler-rt -lgcc_s'" export TEST_RUNNER_ENV="BITCOIND=bitcoin-node" export TEST_RUNNER_EXTRA="--nosandbox" -export PIP_PACKAGES="lief"