Skip install during self tests
Otherwise the tests try to install files in /, which cannot work.
This commit is contained in:
parent
8403e5218f
commit
fa7258228d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user