diff options
author | fanquake <fanquake@gmail.com> | 2021-07-07 14:35:38 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-07-07 19:31:37 +0800 |
commit | bda62eab38c5dd74e222eddedbca19ace9df6daa (patch) | |
tree | d763e80ec293462e0c01157032096e48baa34f7f /ci | |
parent | d6ef3543ae16847d5a91fa9271acee9bd2164b32 (diff) |
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.
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/00_setup_env_native_multiprocess.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_multiprocess.sh b/ci/test/00_setup_env_native_multiprocess.sh index 1418dfbc51..8869b2a083 100755 --- a/ci/test/00_setup_env_native_multiprocess.sh +++ b/ci/test/00_setup_env_native_multiprocess.sh @@ -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" |