Skip to content

Commit 92be6d9

Browse files
committed
Reduced ci.py verbosity
1 parent 14d3c02 commit 92be6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _setup_boost(
122122
_run(['cmd', '/q', '/c', 'bootstrap.bat'])
123123
else:
124124
_run(['bash', 'bootstrap.sh'])
125-
_run([_b2_command, 'headers'])
125+
_run([_b2_command, 'headers', '-d0'])
126126

127127

128128
# Builds a Boost distribution using ./b2 install, and places it into _b2_distro.

0 commit comments

Comments
 (0)