diff --git a/dot_local/bin/executable_lineageos4microg_build_redfin b/dot_local/bin/executable_lineageos4microg_build_redfin index cbadca9..0e46202 100644 --- a/dot_local/bin/executable_lineageos4microg_build_redfin +++ b/dot_local/bin/executable_lineageos4microg_build_redfin @@ -1,5 +1,7 @@ #!/bin/sh +sudo swapon /dev/disk/by-partlabel/sata_ssd_swap + set -x podman pull lineageos4microg/docker-lineage-cicd:experimental @@ -21,3 +23,5 @@ podman run \ -v "$ANDROID_HOME/lineageos4microg/keys:/srv/keys" \ -v "$ANDROID_HOME/lineageos4microg/manifests:/srv/local_manifests" \ lineageos4microg/docker-lineage-cicd:experimental + +sudo swapoff /dev/disk/by-partlabel/sata_ssd_swap