Skip to content

Commit ef5f637

Browse files
pelwellpopcornmix
authored andcommitted
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 <phil@raspberrypi.com>
1 parent 81f3120 commit ef5f637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dtoverlaycheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
pwd
4646
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- bcm2709_defconfig
4747
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- dtbs
48-
${{env.UTILS_DIR}}/overlaycheck/overlaycheck
48+
${{env.UTILS_DIR}}/overlaycheck/overlaycheck -t

0 commit comments

Comments
 (0)