Michael R. Crusoe pushed to branch master at Debian Med / simde
Commits: 61659780 by Michael R. Crusoe at 2026-03-02T11:44:15+01:00 d/tests: another riscv64 test list fix. - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +simde (0.8.4~rc3-5) unstable; urgency=medium + + * d/tests: another riscv64 test list fix. + + -- Michael R. Crusoe <[email protected]> Mon, 02 Mar 2026 11:44:12 +0100 + simde (0.8.4~rc3-4) unstable; urgency=medium * d/tests: another riscv64 fix ===================================== debian/tests/run-unit-test ===================================== @@ -30,14 +30,13 @@ if [ "${arch}" = "i386" ] ; then rm -f test/x86/avx512/fpclass.c fi -if [ "${arch}" = "riscv64" ] ; then - tests="-- $(meson test --list | grep -v emul)" -fi - mkdir build-gcc build-clang cd build-gcc CC=gcc CXX=g++ meson .. +if [ "${arch}" = "riscv64" ] ; then + tests="-- $(meson test --list | grep -v emul)" +fi meson test --print-errorlogs ${tests} # cd ../build-clang View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/6165978033a4e89cf73ce54a091ec67a7aabe751 -- View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/6165978033a4e89cf73ce54a091ec67a7aabe751 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
