mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
ci: drop libwayland C23 workaround
This commit is contained in:
parent
f0651c7671
commit
34de3f7bac
1 changed files with 1 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -34,14 +34,11 @@ jobs:
|
|||
- name: Fetch wlroots as a subproject
|
||||
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 }})
|
||||
run: |
|
||||
meson --fatal-meson-warnings \
|
||||
build-${{ matrix.CC }}-${{matrix.xwayland }} \
|
||||
-Dwlroots:xwayland=${{ matrix.xwayland }} \
|
||||
-Dwlroots:c_std=c11
|
||||
-Dwlroots:xwayland=${{ matrix.xwayland }}
|
||||
ninja -C build-${{ matrix.CC }}-${{matrix.xwayland }}
|
||||
|
||||
format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue