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

This commit is contained in:
Luca Weiss 2023-04-23 20:44:02 +02:00
parent 88f58f6a11
commit 137d23f938
No known key found for this signature in database
GPG key ID: 72D843B89D4DD756

View file

@ -47,8 +47,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() {