aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-11-11 22:30:10 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-11-11 22:30:10 +0100
commit0143c7ade860627228aa23435098558efc5a6750 (patch)
treed17351bee55736be1b621ab3a33bdf3d17fc0d27
parentcontainer_get_siblings: handle NULL workspace (diff)
downloadsway-0143c7ade860627228aa23435098558efc5a6750.tar.gz
sway-0143c7ade860627228aa23435098558efc5a6750.tar.zst
sway-0143c7ade860627228aa23435098558efc5a6750.zip
ci: checkout wlroots 0.16.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 8bd9f3cc..f672cb9c 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -23,7 +23,7 @@ packages:
23 - hwdata 23 - hwdata
24sources: 24sources:
25 - https://github.com/swaywm/sway 25 - https://github.com/swaywm/sway
26 - https://gitlab.freedesktop.org/wlroots/wlroots.git 26 - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.16.0
27tasks: 27tasks:
28 - wlroots: | 28 - wlroots: |
29 cd wlroots 29 cd wlroots
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index 19bd2e59..d0744297 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -20,7 +20,7 @@ packages:
20 - hwdata 20 - hwdata
21sources: 21sources:
22 - https://github.com/swaywm/sway 22 - https://github.com/swaywm/sway
23 - https://gitlab.freedesktop.org/wlroots/wlroots.git 23 - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.16.0
24tasks: 24tasks:
25 - wlroots: | 25 - wlroots: |
26 cd wlroots 26 cd wlroots
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 4f019613..7fd8dc9d 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -28,7 +28,7 @@ packages:
28- misc/hwdata 28- misc/hwdata
29sources: 29sources:
30- https://github.com/swaywm/sway 30- https://github.com/swaywm/sway
31- https://gitlab.freedesktop.org/wlroots/wlroots.git 31- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.16.0
32tasks: 32tasks:
33- setup: | 33- setup: |
34 cd sway 34 cd sway