From 34de3f7bac48aae64bbbb09a4c10900e0150e968 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 2 Oct 2024 02:55:33 +0200 Subject: [PATCH] ci: drop libwayland C23 workaround --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e897f2df..e82dbf1c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: