Skip to content

Commit bbbda58

Browse files
committed
powerpc/ci: Pass VERBOSE=1 to selftests builds
When a build fails it's more useful to have the full command with all the compiler flags etc. in the log. Signed-off-by: Michael Ellerman <[email protected]>
1 parent ad0be02 commit bbbda58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/powerpc-ppctests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
TARGET: ppctests
3333
CCACHE: 1
3434
INSTALL: 1
35+
VERBOSE: 1
3536
SUBARCH: ${{ matrix.subarch }}
3637
IMAGE: ${{ matrix.image }}
3738

.github/workflows/powerpc-selftests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
TARGET: selftests
3333
CCACHE: 1
3434
INSTALL: 1
35+
VERBOSE: 1
3536
SUBARCH: ${{ matrix.subarch }}
3637
IMAGE: ${{ matrix.image }}
3738

0 commit comments

Comments
 (0)