Skip to content

Commit d99ba05

Browse files
atweidenclassabbyamp
authored andcommitted
rakudo: update to 2025.12.
rm failing nativecall test on 32-bit.
1 parent 45ea940 commit d99ba05

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

srcpkgs/rakudo/template

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'rakudo'
22
pkgname=rakudo
3-
version=2025.06.1
3+
version=2025.12
44
revision=1
55
build_style=configure
66
make_check_target=test
@@ -32,7 +32,7 @@ license="Artistic-2.0"
3232
homepage="https://rakudo.org"
3333
changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
3434
distfiles="https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz"
35-
checksum=121d56574795d00ac5adaaf5b3d6f823fd05a3eab0b42f1d3696b13cce5ccb79
35+
checksum=6c2a3ee2b1a4336d19e20976f616ea49c99a10b24e0c218ca47e6bac41f4f484
3636
case "$XBPS_TARGET_MACHINE" in
3737
arm*|aarch64*) disable_parallel_build=yes;;
3838
esac
@@ -42,6 +42,10 @@ provides="raku-${version}_${revision}"
4242
post_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

4751
post_install() {

0 commit comments

Comments
 (0)