mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-05 04:06:24 -05:00
ci: workaround libwayland C23 bug
This commit is contained in:
parent
a81cc2a8e4
commit
17af2f7be9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -34,11 +34,14 @@ jobs:
|
||||||
- name: Fetch wlroots as a subproject
|
- name: Fetch wlroots as a subproject
|
||||||
run: git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b 0.18
|
run: git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b 0.18
|
||||||
|
|
||||||
|
# TODO: drop explicit c_std when this is released:
|
||||||
|
# https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/401
|
||||||
- name: Compile Cage (XWayland=${{ matrix.xwayland }})
|
- name: Compile Cage (XWayland=${{ matrix.xwayland }})
|
||||||
run: |
|
run: |
|
||||||
meson --fatal-meson-warnings \
|
meson --fatal-meson-warnings \
|
||||||
build-${{ matrix.CC }}-${{matrix.xwayland }} \
|
build-${{ matrix.CC }}-${{matrix.xwayland }} \
|
||||||
-Dwlroots:xwayland=${{ matrix.xwayland }}
|
-Dwlroots:xwayland=${{ matrix.xwayland }} \
|
||||||
|
-Dwlroots:c_std=c11
|
||||||
ninja -C build-${{ matrix.CC }}-${{matrix.xwayland }}
|
ninja -C build-${{ matrix.CC }}-${{matrix.xwayland }}
|
||||||
|
|
||||||
format:
|
format:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue