bin: remove sigspoofing from build

This commit is contained in:
Joel Beckmeyer 2024-03-06 09:21:42 -05:00
parent eb71d8839f
commit 9f6db93472

View File

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