Skip install during self tests

Otherwise the tests try to install files in /, which cannot work.
This commit is contained in:
Kalev Lember 2023-09-07 10:30:35 +02:00
parent 8403e5218f
commit fa7258228d

View File

@ -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