Skip to content

Commit

Permalink
Makefile: enable verbose build for github docker builds
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Feb 18, 2025
1 parent 5e08edb commit 2fd80ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@ ifeq ($(COVERITY),1)
override CFLAGS += -DCOVERITY
endif

#
# Building in github?
#
ifneq ($(GITHUB_RUN_ATTEMPT),)
override VERBOSE=1
endif

#
# Disable any user defined PREFV setting
#
Expand Down

0 comments on commit 2fd80ef

Please sign in to comment.