mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: disable clang for Debian until they get wayland 1.23.1
This commit is contained in:
parent
83c583c668
commit
23582c814e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue