From 064b279e9b04646e66165f1fab14f950d9d2b3df Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Nov 2023 00:38:05 +0100 Subject: [PATCH] ci: checkout wlroots 0.17 --- .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 59df7737c..0bbb01e01 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -24,7 +24,7 @@ packages: - hwdata-dev sources: - https://github.com/swaywm/sway - - https://gitlab.freedesktop.org/wlroots/wlroots.git + - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.17 tasks: - wlroots: | cd wlroots diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 9972c01ad..579c98645 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -21,7 +21,7 @@ packages: - hwdata sources: - https://github.com/swaywm/sway - - https://gitlab.freedesktop.org/wlroots/wlroots.git + - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.17 tasks: - wlroots: | cd wlroots diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 29c6312af..3f9b9bb80 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -30,7 +30,7 @@ packages: - misc/hwdata sources: - https://github.com/swaywm/sway -- https://gitlab.freedesktop.org/wlroots/wlroots.git +- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.17 tasks: - setup: | cd sway