testing/linux-postmarketos-stericsson: work around build timeout (MR 4027)

This commit is contained in:
Luca Weiss 2023-04-23 17:15:23 +02:00
parent 03b588fc67
commit 46b97c342b
No known key found for this signature in database
GPG key ID: 72D843B89D4DD756

View file

@ -50,8 +50,10 @@ prepare() {
build() {
unset LDFLAGS
# V=1: workaround for pma#1990
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION=$((pkgrel + 1 ))
KBUILD_BUILD_VERSION=$((pkgrel + 1 )) \
V=1
}
package() {