From 5c69f70f8900875c6798f35fedf66cc70cbffa72 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Sat, 25 Jan 2020 22:40:39 +0100 Subject: [PATCH] CI: build against wlroots 0.10.0 There are no breaking changes otherwise, so in meson.build we can leave the version to anything greater than 0.9.1. --- .builds/alpine.yml | 2 +- .builds/archlinux.yml | 2 +- .builds/freebsd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index ad5f045..280d3e9 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -17,7 +17,7 @@ tasks: # version, instead of master, to avoid any breaking changes in wlroots. - wlroots: | cd wlroots - git checkout 0.9.1 + git checkout 0.10.0 meson --prefix=/usr build -Dexamples=false ninja -C build sudo ninja -C build install diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 54bc9fd..dfb60c7 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -15,7 +15,7 @@ tasks: # version, instead of master, to avoid any breaking changes in wlroots. - wlroots: | cd wlroots - git checkout 0.9.1 + git checkout 0.10.0 meson --prefix=/usr build -Dexamples=false ninja -C build sudo ninja -C build install diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index dd0d35d..ae5b93d 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -18,7 +18,7 @@ tasks: # version, instead of master, to avoid any breaking changes in wlroots. - wlroots: | cd wlroots - git checkout 0.9.1 + git checkout 0.10.0 meson --prefix=/usr/local build -Dexamples=false ninja -C build sudo ninja -C build install