0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

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
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

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 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_ENV="BITCOIND=bitcoin-node"
export TEST_RUNNER_EXTRA="--nosandbox" export TEST_RUNNER_EXTRA="--nosandbox"
export PIP_PACKAGES="lief"