bin: remove sigspoofing from build

This commit is contained in:
Joel Beckmeyer 2024-03-06 09:21:42 -05:00
parent eb71d8839f
commit 9f6db93472
1 changed files with 2 additions and 4 deletions

View File

@ -2,14 +2,12 @@
set -x
podman pull lineageos4microg/docker-lineage-cicd:lineage-21
podman pull lineageos4microg/docker-lineage-cicd:experimental
podman run \
-e "BRANCH_NAME=lineage-21.0" \
-e "DEVICE_LIST=redfin" \
-e "SIGN_BUILDS=true" \
-e "SIGNATURE_SPOOFING=restricted" \
-e "WITH_GMS=true" \
-e "PARALLEL_JOBS=10" \
-e "RESET_VENDOR_UNDO_PATCHES=false" \
-e "CALL_REPO_INIT=false" \
@ -22,4 +20,4 @@ podman run \
-v "$XDG_CACHE_HOME/ccache:/srv/ccache" \
-v "$ANDROID_HOME/lineageos4microg/keys:/srv/keys" \
-v "$ANDROID_HOME/lineageos4microg/manifests:/srv/local_manifests" \
lineageos4microg/docker-lineage-cicd:lineage-21
lineageos4microg/docker-lineage-cicd:experimental