mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/perl-git-raw: another attempt at fixing tests
This commit is contained in:
parent
2c61a38337
commit
274322bec4
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user