aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-06-12 13:56:36 +0100
committerfanquake <fanquake@gmail.com>2023-06-15 14:12:10 +0100
commit3b2acfcfec83a4e6e50b3f21e0810274bdb05afb (patch)
treec2d2c0512500542dcdbfa23a3ff2fd525f897dbf /ci
parent7a59865793cd710d7d6650a6106ca4e790ced5d3 (diff)
downloadbitcoin-3b2acfcfec83a4e6e50b3f21e0810274bdb05afb.tar.xz
build: suppress external warnings by default
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/06_script_b.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 4c8b07c6a5..1e086a9f13 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -67,7 +67,7 @@ if [ "$DOWNLOAD_PREVIOUS_RELEASES" = "true" ]; then
test/get_previous_releases.py -b -t "$PREVIOUS_RELEASES_DIR"
fi
-BITCOIN_CONFIG_ALL="--enable-suppress-external-warnings --disable-dependency-tracking"
+BITCOIN_CONFIG_ALL="--disable-dependency-tracking"
if [ -z "$NO_DEPENDS" ]; then
BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} CONFIG_SITE=$DEPENDS_DIR/$HOST/share/config.site"
fi