diff --git a/SPECS/libmodulemd/libmodulemd.spec b/SPECS/libmodulemd/libmodulemd.spec index b15eb82c12..775565ae2e 100644 --- a/SPECS/libmodulemd/libmodulemd.spec +++ b/SPECS/libmodulemd/libmodulemd.spec @@ -3,6 +3,7 @@ # SPDX-FileContributor: Xuhai Chang # SPDX-FileContributor: Zheng Junjie # SPDX-FileContributor: misaka00251 +# SPDX-FileContributor: Zitao Zhou # # SPDX-License-Identifier: MulanPSL-2.0 @@ -79,5 +80,12 @@ Development files for %{name}. %files -n python-%{name} %{python3_sitearch}/gi/overrides/ +%check +%ifarch riscv64 +%meson_test --no-suite ci_valgrind +%else +%meson_test +%endif + %changelog %autochangelog