File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Template file for 'rakudo'
22pkgname=rakudo
3- version=2025.06.1
3+ version=2025.12
44revision=1
55build_style=configure
66make_check_target=test
@@ -32,7 +32,7 @@ license="Artistic-2.0"
3232homepage="https://rakudo.org"
3333changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
3434distfiles="https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz"
35- checksum=121d56574795d00ac5adaaf5b3d6f823fd05a3eab0b42f1d3696b13cce5ccb79
35+ checksum=6c2a3ee2b1a4336d19e20976f616ea49c99a10b24e0c218ca47e6bac41f4f484
3636case "$XBPS_TARGET_MACHINE" in
3737 arm*|aarch64*) disable_parallel_build=yes;;
3838esac
@@ -42,6 +42,10 @@ provides="raku-${version}_${revision}"
4242post_extract() {
4343 # remove failing test
4444 rm --force t/09-moar/01-profilers.t
45+ # remove failing test on i686
46+ if [ "${XBPS_TARGET_WORDSIZE}" -eq 32 ]; then
47+ rm --force t/04-nativecall/26-varargs.t
48+ fi
4549}
4650
4751post_install() {
You can’t perform that action at this time.
0 commit comments