testing/linux-postmarketos-qcom-msm8953: work around build timeout (MR 4027)
This commit is contained in:
parent
daa1c6d8a5
commit
d7e933fbf5
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue