Source: rakudo Version: 2022.07-2 Severity: wishlist Tags: ftbfs patch User: [email protected] Usertags: riscv64 X-Debbugs-Cc: [email protected], [email protected]
Hi, Please enable this architecture, with the patch attached or an equivalent. I built it locally on hardware, it built fine and passed tests just by enabling the architecture in debian/control, no other changes needed. Thanks and cheers. -- Manuel A. Fernandez Montecelo <[email protected]>
diff -Nru rakudo-2022.07/debian/changelog rakudo-2022.07/debian/changelog --- rakudo-2022.07/debian/changelog 2022-10-02 17:28:35.000000000 +0200 +++ rakudo-2022.07/debian/changelog 2022-11-02 11:44:18.000000000 +0100 @@ -1,3 +1,10 @@ +rakudo (2022.07-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add support for riscv64 + + -- Manuel A. Fernandez Montecelo <[email protected]> Wed, 02 Nov 2022 10:44:18 +0000 + rakudo (2022.07-2) unstable; urgency=medium * refresh fix-test patch diff -Nru rakudo-2022.07/debian/control rakudo-2022.07/debian/control --- rakudo-2022.07/debian/control 2022-10-02 17:28:35.000000000 +0200 +++ rakudo-2022.07/debian/control 2022-11-02 11:44:18.000000000 +0100 @@ -22,7 +22,7 @@ Rules-Requires-Root: no Package: rakudo -Architecture: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x x32 +Architecture: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x x32 Depends: ${misc:Depends}, ${moarvm:Depends}, ${nqp:Depends},

