Michael R. Crusoe pushed to branch master at Debian Med / simde
Commits: 920edf7b by Michael R. Crusoe at 2026-02-28T18:12:22+01:00 d/tests: another riscv64 fix - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +simde (0.8.4~rc3-4) unstable; urgency=medium + + * d/tests: another riscv64 fix + + -- Michael R. Crusoe <[email protected]> Sat, 28 Feb 2026 18:12:19 +0100 + simde (0.8.4~rc3-3) unstable; urgency=medium * d/tests: fix risc64→riscv6 typo. ===================================== debian/tests/run-unit-test ===================================== @@ -31,7 +31,7 @@ if [ "${arch}" = "i386" ] ; then fi if [ "${arch}" = "riscv64" ] ; then - tests="-- $(shell meson test -C gcc_test --list | grep -v emul)" + tests="-- $(meson test --list | grep -v emul)" fi mkdir build-gcc build-clang View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/920edf7bd09b95e7b6e288ff14323e837cb1b540 -- View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/920edf7bd09b95e7b6e288ff14323e837cb1b540 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
