From bda62eab38c5dd74e222eddedbca19ace9df6daa Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 7 Jul 2021 14:35:38 +0800 Subject: 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. --- ci/test/00_setup_env_native_multiprocess.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'ci/test/00_setup_env_native_multiprocess.sh') 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" -- cgit v1.2.3