Skip to content

Commit 2c3a07d

Browse files
committed
ci: add printing config step
It is useful to know what was the final configuration used. We could use `upload-artifact`, but that was flaky in the past for us, (and there does not seem to be a way to ignore errors yet). Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 8a71aae commit 2c3a07d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ jobs:
314314
315315
- run: make ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_LLVM_IAS }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_SYSROOT }} -j3
316316

317+
# Print the final config used
318+
- run: cat ${{ env.BUILD_DIR }}.config
319+
317320
# Make sure `CONFIG_WERROR` was enabled
318321
- run: grep -F 'CONFIG_WERROR=y' ${{ env.BUILD_DIR }}.config
319322

0 commit comments

Comments
 (0)