aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-07-13 13:01:46 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2024-07-13 13:07:16 +0200
commit1c992d847d66161a28f12bfc7028966433fb249c (patch)
tree4bee0b70a62147cf37072bf550e233192a141884
parentcommon/pango: Disable glyph position rounding (diff)
downloadsway-1c992d847d66161a28f12bfc7028966433fb249c.tar.gz
sway-1c992d847d66161a28f12bfc7028966433fb249c.tar.zst
sway-1c992d847d66161a28f12bfc7028966433fb249c.zip
ci: pin wlroots to v0.18.x
-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 7a1fa58e..c3b80390 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -25,7 +25,7 @@ packages:
25 - hwdata-dev 25 - hwdata-dev
26sources: 26sources:
27 - https://github.com/swaywm/sway 27 - https://github.com/swaywm/sway
28 - https://gitlab.freedesktop.org/wlroots/wlroots.git 28 - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.18
29tasks: 29tasks:
30 - wlroots: | 30 - wlroots: |
31 cd wlroots 31 cd wlroots
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index e249571e..cbc4e545 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -22,7 +22,7 @@ packages:
22 - hwdata 22 - hwdata
23sources: 23sources:
24 - https://github.com/swaywm/sway 24 - https://github.com/swaywm/sway
25 - https://gitlab.freedesktop.org/wlroots/wlroots.git 25 - https://gitlab.freedesktop.org/wlroots/wlroots.git#0.18
26tasks: 26tasks:
27 - wlroots: | 27 - wlroots: |
28 cd wlroots 28 cd wlroots
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 8084574c..f7d35cfb 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -31,7 +31,7 @@ packages:
31- misc/hwdata 31- misc/hwdata
32sources: 32sources:
33- https://github.com/swaywm/sway 33- https://github.com/swaywm/sway
34- https://gitlab.freedesktop.org/wlroots/wlroots.git 34- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.18
35tasks: 35tasks:
36- setup: | 36- setup: |
37 cd sway 37 cd sway