diff --git a/sqlite.spec b/sqlite.spec index a0f06788ffaa647d32e87c1f9a8de49d73df4573..2271244342e38d08044bd173fe9d61df275ffed8 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_without tcl %bcond_without sqldiff @@ -188,6 +188,10 @@ export MALLOC_CHECK_=3 %else rm test/csv01.test %endif +%ifarch loongarch64 +rm -rf test/transitive1.test test/tkt3493.test test/misc1.test test/indexexpr2.test \ + test/index.test test/check.test test/unionall.test test/where8.test test/where5.test +%endif %make_build test %endif #with check @@ -233,6 +237,9 @@ rm test/csv01.test %endif %changelog +* Tue Apr 9 2024 Wenlong Zhang - 3.42.0-3 +- remove fail testcase for loongarch64 + * Tue Mar 26 2024 Chang Gao - 3.42.0-2 - Fix requires mismatch