lineageos4microg / docker-lineage-cicd

Docker microservice for LineageOS Continuous Integration and Continous Deployment
https://hub.docker.com/r/lineageos4microg/docker-lineage-cicd
GNU General Public License v3.0
480 stars 189 forks source link

DRAFT: Update build.sh: build using `brunch` #628

Closed petefoth closed 1 month ago

petefoth commented 1 month ago

Possible fix for #627

petefoth commented 1 month ago

brunch doesn't build the input file for img_from_target_files

petefoth commented 1 month ago

This broke building with MAKE_IMG_ZIP_FILE=true: brunch doesn't create the "lineage_$codename-target_files*.zip" file needed to ake the -img.zip file

Using the target_files_package bacon build targets does the job - see #632

Closing this PR