aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-06-23 14:44:04 +0200
committerLibravatar Kenny Levinsen <kl@kl.wtf>2021-06-24 18:10:01 +0200
commit80e4efdb3393212069ff6ac469be273ccb3d58a3 (patch)
tree37feb379caa104f5416a7caf876ecc04e2abd1cd
parentIterate over subsurfaces below the parent surface (diff)
downloadsway-80e4efdb3393212069ff6ac469be273ccb3d58a3.tar.gz
sway-80e4efdb3393212069ff6ac469be273ccb3d58a3.tar.zst
sway-80e4efdb3393212069ff6ac469be273ccb3d58a3.zip
ci: stick to wlroots 0.14.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 85538319..a1952566 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://github.com/swaywm/wlroots 24 - https://github.com/swaywm/wlroots#0.14.0
25tasks: 25tasks:
26 - wlroots: | 26 - wlroots: |
27 cd wlroots 27 cd wlroots
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index 05ceef8d..6c364219 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://github.com/swaywm/wlroots 21 - https://github.com/swaywm/wlroots#0.14.0
22tasks: 22tasks:
23 - wlroots: | 23 - wlroots: |
24 cd wlroots 24 cd wlroots
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 4698dbc7..285102ad 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://github.com/swaywm/wlroots 29- https://github.com/swaywm/wlroots#0.14.0
30tasks: 30tasks:
31- setup: | 31- setup: |
32 cd sway 32 cd sway