Skip to content

Commit bcf2bbe

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 bcf2bbe

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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

arch/powerpc/tools/ci-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cmd+="-v $linux_dir:/linux:ro "
1515
cmd+="-e ARCH "
1616
cmd+="-e JFACTOR=$(nproc) "
1717
cmd+="-e KBUILD_BUILD_TIMESTAMP=$(date +%Y-%m-%d) "
18+
cmd+="-e VERBOSE "
1819
cmd+="-e CLANG "
1920
cmd+="-e LLVM_IAS "
2021
cmd+="-e SPARSE "

0 commit comments

Comments
 (0)