test: remove lief install from multiprocess job

This job doesn't run any security / symbol checks, so lief isn't needed.
This commit is contained in:
fanquake
2022-03-28 10:35:37 +01:00
parent 983e0a2058
commit 3c3bd90220

View File

@@ -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"