aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-01-16 19:39:24 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-01-16 19:39:24 +0100
commitc9ff52daa3cccf72f217a6ce0fbea71dc0070cb8 (patch)
tree3d06f5e93a8a177197dc7e951d4565712887397b
parentbuild: fix building with basu (diff)
downloadsway-c9ff52daa3cccf72f217a6ce0fbea71dc0070cb8.tar.gz
sway-c9ff52daa3cccf72f217a6ce0fbea71dc0070cb8.tar.zst
sway-c9ff52daa3cccf72f217a6ce0fbea71dc0070cb8.zip
ci: checkout wlroots 0.15.0
-rw-r--r--.builds/alpine.yml2
-rw-r--r--.builds/archlinux.yml2
-rw-r--r--.builds/freebsd.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index abf636ab..456837df 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -21,7 +21,7 @@ packages:
21 - xwayland 21 - xwayland
22sources: 22sources:
23 - https://github.com/swaywm/sway 23 - https://github.com/swaywm/sway
24 - https://gitlab.freedesktop.org/wlroots/wlroots.git 24 - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.15.0
25tasks: 25tasks:
26 - wlroots: | 26 - wlroots: |
27 cd wlroots 27 cd wlroots
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index ac4cdb4d..c79e3fe2 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -18,7 +18,7 @@ packages:
18 - seatd 18 - seatd
19sources: 19sources:
20 - https://github.com/swaywm/sway 20 - https://github.com/swaywm/sway
21 - https://gitlab.freedesktop.org/wlroots/wlroots.git 21 - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.15.0
22tasks: 22tasks:
23 - wlroots: | 23 - wlroots: |
24 cd wlroots 24 cd wlroots
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 97e7eccc..5aa0e3dd 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -26,7 +26,7 @@ packages:
26- x11/xcb-util-wm 26- x11/xcb-util-wm
27sources: 27sources:
28- https://github.com/swaywm/sway 28- https://github.com/swaywm/sway
29- https://gitlab.freedesktop.org/wlroots/wlroots.git 29- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.15.0
30tasks: 30tasks:
31- setup: | 31- setup: |
32 cd sway 32 cd sway