From 075845ceb2a6bd23c1cac667c6d768297da6a3fe Mon Sep 17 00:00:00 2001 From: Pedro CĂ´rte-Real Date: Wed, 19 May 2021 10:32:11 +0100 Subject: Use wlroots 0.12.0 for v1.5 CI While inside the v1.5 branch make sure we stay on wlroots 0.12.0 so that the build doesn't fail. --- .builds/alpine.yml | 2 +- .builds/archlinux.yml | 2 +- .builds/freebsd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 1da8c0b8..6fc62aa7 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -19,7 +19,7 @@ packages: - xwayland sources: - https://github.com/swaywm/sway - - https://github.com/swaywm/wlroots + - https://github.com/swaywm/wlroots#0.12.0 tasks: - wlroots: | cd wlroots diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index ef057d68..90a1f1c2 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -16,7 +16,7 @@ packages: - xorg-xwayland sources: - https://github.com/swaywm/sway - - https://github.com/swaywm/wlroots + - https://github.com/swaywm/wlroots#0.12.0 tasks: - wlroots: | cd wlroots diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 0a176089..252005f7 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -24,7 +24,7 @@ packages: - x11/xcb-util-wm sources: - https://github.com/swaywm/sway -- https://github.com/swaywm/wlroots +- https://github.com/swaywm/wlroots#0.12.0 tasks: - setup: | cd sway -- cgit v1.2.3-54-g00ecf