1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Use brunch instead of mka: see if we hit the posix spawn error

This commit is contained in:
Pete Fotheringham 2024-04-03 19:01:05 +01:00
parent eab994df66
commit 09dfae4b79

@ -451,7 +451,8 @@ for branch in ${BRANCH_NAME//,/ }; do
build_successful=false
files_to_hash=()
if (set +eu ; mka "${jobs_arg[@]}" otapackage) &>> "$DEBUG_LOG"; then
# if (set +eu ; mka "${jobs_arg[@]}" otapackage) &>> "$DEBUG_LOG"; then
if (set +eu ; brunch "$codename") &>> "$DEBUG_LOG"; then
if [ "$MAKE_IMG_ZIP_FILE" = true ]; then
# make the `-img.zip` file
echo ">> [$(date)] Making -img.zip file" | tee -a "$DEBUG_LOG"