0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

ci: skip running the Linux test-security-check target for now

The CI environment is a moving target, and these tests are somewhat
fragile, so for now, disable them.
This commit is contained in:
fanquake 2021-07-07 14:35:38 +08:00
parent d6ef3543ae
commit bda62eab38
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -13,5 +13,4 @@ export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
export GOAL="install"
export BITCOIN_CONFIG="--enable-debug CC=clang CXX=clang++" # Use clang to avoid OOM
export TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
export RUN_SECURITY_TESTS="true"
export PIP_PACKAGES="lief"