From 274322bec4082f5e18cd34f5057db81ca137392d Mon Sep 17 00:00:00 2001 From: omni Date: Mon, 5 Feb 2024 15:12:16 +0000 Subject: [PATCH] testing/perl-git-raw: another attempt at fixing tests --- testing/perl-git-raw/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/perl-git-raw/APKBUILD b/testing/perl-git-raw/APKBUILD index 238885e0ff1..640605d4c7e 100644 --- a/testing/perl-git-raw/APKBUILD +++ b/testing/perl-git-raw/APKBUILD @@ -39,7 +39,8 @@ build() { check() { 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() {