Skip to content
Snippets Groups Projects
Unverified Commit 46b97c34 authored by Luca Weiss's avatar Luca Weiss
Browse files

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

parent 03b588fc
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment