testing/perl-git-raw: another attempt at fixing tests

This commit is contained in:
omni 2024-02-05 15:12:16 +00:00
parent 2c61a38337
commit 274322bec4

View File

@ -39,7 +39,8 @@ build() {
check() { check() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make -j1 test # setting $HOME may fix the issue on the s390x & x86* package builders
make test HOME="$srcdir"
} }
package() { package() {