From 46b97c342b4f01e6408175c2285c8f9d6479ec8e Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 23 Apr 2023 17:15:23 +0200 Subject: [PATCH] testing/linux-postmarketos-stericsson: work around build timeout (MR 4027) --- device/testing/linux-postmarketos-stericsson/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device/testing/linux-postmarketos-stericsson/APKBUILD b/device/testing/linux-postmarketos-stericsson/APKBUILD index 5ef207c7c..9818746f4 100644 --- a/device/testing/linux-postmarketos-stericsson/APKBUILD +++ b/device/testing/linux-postmarketos-stericsson/APKBUILD @@ -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() {