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:
parent
eab994df66
commit
09dfae4b79
@ -451,7 +451,8 @@ for branch in ${BRANCH_NAME//,/ }; do
|
|||||||
build_successful=false
|
build_successful=false
|
||||||
files_to_hash=()
|
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
|
if [ "$MAKE_IMG_ZIP_FILE" = true ]; then
|
||||||
# make the `-img.zip` file
|
# make the `-img.zip` file
|
||||||
echo ">> [$(date)] Making -img.zip file" | tee -a "$DEBUG_LOG"
|
echo ">> [$(date)] Making -img.zip file" | tee -a "$DEBUG_LOG"
|
||||||
|
Loading…
Reference in New Issue
Block a user