We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4190076 commit 9d8273aCopy full SHA for 9d8273a
ci_build.sh
@@ -464,7 +464,7 @@ default|default-Werror|default-with-docs|valgrind|clang-format-check)
464
# Only use --enable-Werror on projects that are expected to have it
465
# (and it is not our duty to check prerequisite projects anyway)
466
CONFIG_OPTS+=("${CONFIG_OPT_WERROR}")
467
- $CI_TIME ./autogen.sh 2> /dev/null
+ $CI_TIME ./autogen.sh
468
$CI_TIME ./configure --enable-drafts=yes "${CONFIG_OPTS[@]}"
469
case "$BUILD_TYPE" in
470
valgrind)
0 commit comments