From d7e933fbf54724208162f684a782a76e4f616349 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 23 Apr 2023 18:08:59 +0200 Subject: [PATCH] testing/linux-postmarketos-qcom-msm8953: work around build timeout (MR 4027) --- device/testing/linux-postmarketos-qcom-msm8953/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device/testing/linux-postmarketos-qcom-msm8953/APKBUILD b/device/testing/linux-postmarketos-qcom-msm8953/APKBUILD index 61f322678..53539a492 100644 --- a/device/testing/linux-postmarketos-qcom-msm8953/APKBUILD +++ b/device/testing/linux-postmarketos-qcom-msm8953/APKBUILD @@ -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() {