aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Pedro CĂ´rte-Real <pedro@pedrocr.net>2021-05-19 10:32:11 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2021-05-19 11:48:08 +0200
commit075845ceb2a6bd23c1cac667c6d768297da6a3fe (patch)
tree63af522ba169a3607d7aea48e95d976486e9851b
parentci: fix archlinux builds (diff)
downloadsway-075845ceb2a6bd23c1cac667c6d768297da6a3fe.tar.gz
sway-075845ceb2a6bd23c1cac667c6d768297da6a3fe.tar.zst
sway-075845ceb2a6bd23c1cac667c6d768297da6a3fe.zip
Use wlroots 0.12.0 for v1.5 CIv1.5
While inside the v1.5 branch make sure we stay on wlroots 0.12.0 so that the build doesn't fail.
-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 1da8c0b8..6fc62aa7 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -19,7 +19,7 @@ packages:
19 - xwayland 19 - xwayland
20sources: 20sources:
21 - https://github.com/swaywm/sway 21 - https://github.com/swaywm/sway
22 - https://github.com/swaywm/wlroots 22 - https://github.com/swaywm/wlroots#0.12.0
23tasks: 23tasks:
24 - wlroots: | 24 - wlroots: |
25 cd wlroots 25 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:
16 - xorg-xwayland 16 - xorg-xwayland
17sources: 17sources:
18 - https://github.com/swaywm/sway 18 - https://github.com/swaywm/sway
19 - https://github.com/swaywm/wlroots 19 - https://github.com/swaywm/wlroots#0.12.0
20tasks: 20tasks:
21 - wlroots: | 21 - wlroots: |
22 cd wlroots 22 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:
24- x11/xcb-util-wm 24- x11/xcb-util-wm
25sources: 25sources:
26- https://github.com/swaywm/sway 26- https://github.com/swaywm/sway
27- https://github.com/swaywm/wlroots 27- https://github.com/swaywm/wlroots#0.12.0
28tasks: 28tasks:
29- setup: | 29- setup: |
30 cd sway 30 cd sway