From 92be6d958fe85a61510acd12e0d098e1d2d32c0d Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Thu, 5 Oct 2023 16:08:49 +0200 Subject: [PATCH] Reduced ci.py verbosity --- tools/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci.py b/tools/ci.py index ba3ed04e..2d194d33 100755 --- a/tools/ci.py +++ b/tools/ci.py @@ -122,7 +122,7 @@ def _setup_boost( _run(['cmd', '/q', '/c', 'bootstrap.bat']) else: _run(['bash', 'bootstrap.sh']) - _run([_b2_command, 'headers']) + _run([_b2_command, 'headers', '-d0']) # Builds a Boost distribution using ./b2 install, and places it into _b2_distro.