Skip to content

Commit 64ce7ad

Browse files
CI: Run the configure step in verbose mode and print the config output
Signed-off-by: Thiago Macieira <[email protected]>
1 parent ccdd9c1 commit 64ce7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
eval "$EVAL"
120120
# FIXME: remove -Wno-error-line below.
121121
export CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration"
122-
make OUT=.config -s -f Makefile.configure configure | tee .config
122+
make OUT=.config V=1 -s -f Makefile.configure configure && cat .config
123123
make -k \
124124
CFLAGS="$CFLAGS -march=native -g1 -Wall -Wextra -Werror" \
125125
CPPFLAGS="-DNDEBUG -DCBOR_ENCODER_WRITER_CONTROL=-1 -DCBOR_PARSER_READER_CONTROL=-1" \

0 commit comments

Comments
 (0)