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
1 changed files with 0 additions and 1 deletions

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"