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