]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: disable clang for Debian until they get wayland 1.23.1
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 1 Dec 2024 18:46:24 +0000 (19:46 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 1 Dec 2024 18:53:53 +0000 (19:53 +0100)
.github/workflows/build.yml

index 7684423c5773722bbaafd20e3cf15495f13a576e..8fe9bff617233090951403a3758d6974d365b80e 100644 (file)
@@ -109,7 +109,7 @@ jobs:
             pango-devel wlroots0.18-devel gdb bash xorg-server-xwayland \
             dejavu-fonts-ttf libsfdo-devel foot
 
-      # These build are executed on all runners
+      # These builds are executed on all runners
       - name: Build with gcc
         run: |
           echo '
@@ -120,6 +120,7 @@ jobs:
           ' | $TARGET
 
       - name: Build with clang
+        if: matrix.name != 'Debian'
         run: |
           echo '
             cd "$GITHUB_WORKSPACE"
@@ -138,6 +139,7 @@ jobs:
           ' | $TARGET
 
       - name: Build with clang - no-xwayland
+        if: matrix.name != 'Debian'
         run: |
           echo '
             cd "$GITHUB_WORKSPACE"
@@ -168,6 +170,7 @@ jobs:
           ' | $TARGET
 
       - name: Build with clang - release
+        if: matrix.name != 'Debian'
         run: |
           echo '
             cd "$GITHUB_WORKSPACE"