From 956776fcbbdc2bc6648bb36cbd2e1aba25b3de12 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Thu, 22 May 2025 15:17:11 +0100 Subject: [PATCH] workflows: Switch to overlaycheck's thorough mode Now that the current trees are passing the thorough/try-all mode of overlaycheck (mainly by excluding trying to apply the vl805 overlay on a CM4S), use it in the build checks. Signed-off-by: Phil Elwell --- .github/workflows/dtoverlaycheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dtoverlaycheck.yml b/.github/workflows/dtoverlaycheck.yml index 3d96814fe19f..9cf9bd43ffdc 100644 --- a/.github/workflows/dtoverlaycheck.yml +++ b/.github/workflows/dtoverlaycheck.yml @@ -45,4 +45,4 @@ jobs: pwd make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- bcm2711_defconfig make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- dtbs - ${{env.UTILS_DIR}}/overlaycheck/overlaycheck + ${{env.UTILS_DIR}}/overlaycheck/overlaycheck -t