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

This commit is contained in:
Luca Weiss 2023-04-23 18:08:59 +02:00
parent daa1c6d8a5
commit d7e933fbf5
No known key found for this signature in database
GPG key ID: 72D843B89D4DD756

View file

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