testing/linux-postmarketos-qcom-sdm660: work around build timeout (MR 4027)
This commit is contained in:
parent
88f58f6a11
commit
137d23f938
1 changed files with 3 additions and 1 deletions
|
@ -47,8 +47,10 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
|
# V=1: workaround for pma#1990
|
||||||
make ARCH="$_carch" CC="${CC:-gcc}" \
|
make ARCH="$_carch" CC="${CC:-gcc}" \
|
||||||
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-$_flavor"
|
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-$_flavor" \
|
||||||
|
V=1
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue