Skip to content

Commit

Permalink
ci: drop libwayland C23 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Oct 2, 2024
1 parent f0651c7 commit 10a4513
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10a4513

Please sign in to comment.