ci(release): serialize fdroid_reference matrix (max-parallel:1) to avoid OOM contention
This commit is contained in:
parent
fa768ef17f
commit
6a65175154
1 changed files with 6 additions and 0 deletions
|
|
@ -100,6 +100,12 @@ jobs:
|
||||||
|
|
||||||
fdroid_reference:
|
fdroid_reference:
|
||||||
strategy:
|
strategy:
|
||||||
|
# Sequential, not parallel: 2-3 concurrent NDK/CMake/Gradle builds on the
|
||||||
|
# same host contend for RAM and get OOM-killed (silent truncated log, no
|
||||||
|
# "max run time" message) — confirmed 2026-07-21 when only the ABI that
|
||||||
|
# ended up running alone (after the other two died) completed. One at a
|
||||||
|
# time is slower (~30-35min x3) but fits comfortably in the 90m timeout.
|
||||||
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
abi: [armeabi-v7a, arm64-v8a, x86_64]
|
abi: [armeabi-v7a, arm64-v8a, x86_64]
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue