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