From 137d23f9389cbaf491dd9b5e0f586110ea2f03a4 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 23 Apr 2023 20:44:02 +0200 Subject: [PATCH] testing/linux-postmarketos-qcom-sdm660: work around build timeout (MR 4027) --- device/testing/linux-postmarketos-qcom-sdm660/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device/testing/linux-postmarketos-qcom-sdm660/APKBUILD b/device/testing/linux-postmarketos-qcom-sdm660/APKBUILD index 28b237ff9..f818caeb2 100644 --- a/device/testing/linux-postmarketos-qcom-sdm660/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-sdm660/APKBUILD @@ -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() {