Skip to content

Commit

Permalink
powerpc/ci: Pass VERBOSE=1 to selftests builds
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mpe committed Nov 8, 2024
1 parent ad0be02 commit bcf2bbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/powerpc-ppctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
TARGET: ppctests
CCACHE: 1
INSTALL: 1
VERBOSE: 1
SUBARCH: ${{ matrix.subarch }}
IMAGE: ${{ matrix.image }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/powerpc-selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
TARGET: selftests
CCACHE: 1
INSTALL: 1
VERBOSE: 1
SUBARCH: ${{ matrix.subarch }}
IMAGE: ${{ matrix.image }}

Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/tools/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cmd+="-v $linux_dir:/linux:ro "
cmd+="-e ARCH "
cmd+="-e JFACTOR=$(nproc) "
cmd+="-e KBUILD_BUILD_TIMESTAMP=$(date +%Y-%m-%d) "
cmd+="-e VERBOSE "
cmd+="-e CLANG "
cmd+="-e LLVM_IAS "
cmd+="-e SPARSE "
Expand Down

0 comments on commit bcf2bbe

Please sign in to comment.