2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Reduced ci.py verbosity

This commit is contained in:
Ruben Perez
2023-10-05 16:08:49 +02:00
parent 14d3c0232e
commit 92be6d958f

View File

@@ -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.