From fa7258228d246f5fdac409cb1f30da419c37ea28 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 7 Sep 2023 10:30:35 +0200 Subject: [PATCH] Skip install during self tests Otherwise the tests try to install files in /, which cannot work. --- glycin-loaders.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glycin-loaders.spec b/glycin-loaders.spec index 1bc60d9..46cbfad 100644 --- a/glycin-loaders.spec +++ b/glycin-loaders.spec @@ -66,7 +66,11 @@ rm -rf vendor %build -%meson -Dloaders=glycin-image-rs,glycin-svg +%meson \ + -Dloaders=glycin-image-rs,glycin-svg \ + -Dtest_skip_install=true \ + %{nil} + %meson_build %cargo_license_summary