Skip to content

Commit

Permalink
CI: Run the configure step in verbose mode and print the config output
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Macieira <[email protected]>
  • Loading branch information
thiagomacieira committed May 2, 2024
1 parent ccdd9c1 commit 64ce7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
eval "$EVAL"
# FIXME: remove -Wno-error-line below.
export CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration"
make OUT=.config -s -f Makefile.configure configure | tee .config
make OUT=.config V=1 -s -f Makefile.configure configure && cat .config
make -k \
CFLAGS="$CFLAGS -march=native -g1 -Wall -Wextra -Werror" \
CPPFLAGS="-DNDEBUG -DCBOR_ENCODER_WRITER_CONTROL=-1 -DCBOR_PARSER_READER_CONTROL=-1" \
Expand Down

0 comments on commit 64ce7ad

Please sign in to comment.