We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CONFIG_WERROR
1 parent ff88903 commit 5d6948bCopy full SHA for 5d6948b
.github/workflows/ci.yaml
@@ -313,6 +313,9 @@ jobs:
313
314
- run: make ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_LLVM_IAS }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_SYSROOT }} -j3
315
316
+ # Make sure `CONFIG_WERROR` was enabled
317
+ - run: grep -F 'CONFIG_WERROR=y' ${{ env.BUILD_DIR }}.config
318
+
319
# Run
320
- run: ${{ env.BUILD_DIR }}usr/gen_init_cpio .github/workflows/qemu-initramfs.desc > qemu-initramfs.img
321
0 commit comments