From f057239b6aed40e3d294b6c51b6a0e8269716027 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 10 Jul 2024 20:11:32 +0200 Subject: [PATCH] ci: use tinywl built by Meson This removes the need for repeating and keeping in sync build options for Meson and make invocations. --- .builds/archlinux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index c9a9faf2..8457ed58 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -33,12 +33,12 @@ tasks: ninja sudo ninja install cd ../tinywl - CFLAGS="-fsanitize=address,undefined -fno-omit-frame-pointer" make + make - clang: | cd wlroots/build-clang ninja - smoke-test: | - cd wlroots/tinywl + cd wlroots/build-gcc/tinywl sudo modprobe vkms udevadm settle export WLR_BACKENDS=drm