From 887c855a3b3a7f35100aa57693b13d7e5ae3be4f Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Fri, 3 May 2019 19:39:19 +0200 Subject: [PATCH] CI: use wlroots 0.6.0 --- .builds/alpine.yml | 4 ++-- .builds/archlinux.yml | 4 ++-- .builds/freebsd.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 909bd0e..2c6d089 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -17,8 +17,8 @@ tasks: # version, instead of master, to avoid any breaking changes in wlroots. - wlroots: | cd wlroots - # This corresponds to the tag of 0.5.0 - git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5 + # This corresponds to the tag of 0.6.0 + git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3 meson --prefix=/usr build -Drootston=false -Dexamples=false ninja -C build sudo ninja -C build install diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index b270c40..e052118 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -15,8 +15,8 @@ tasks: # version, instead of master, to avoid any breaking changes in wlroots. - wlroots: | cd wlroots - # This corresponds to the tag of 0.5.0 - git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5 + # This corresponds to the tag of 0.6.0 + git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3 meson --prefix=/usr build -Drootston=false -Dexamples=false ninja -C build sudo ninja -C build install diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index f1a4f52..274eaaa 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -18,8 +18,8 @@ tasks: # version, instead of master, to avoid any breaking changes in wlroots. - wlroots: | cd wlroots - # This corresponds to the tag of 0.5.0 - git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5 + # This corresponds to the tag of 0.6.0 + git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3 meson --prefix=/usr/local build -Drootston=false -Dexamples=false ninja -C build sudo ninja -C build install