Don't wipe sccache on rebuilding podman

This commit is contained in:
Wildan M 2025-12-09 04:36:31 -05:00
parent f9d11b9dd6
commit 2c52aea489
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -58,8 +58,6 @@ container_kill: FORCE
build/container.tag: $(CONTAINERFILE)
ifeq ($(PODMAN_BUILD),1)
rm -f build/container.tag
-chmod -R 0700 $(PODMAN_HOME) || true
-rm -rf $(PODMAN_HOME) || true
-podman image rm --force $(IMAGE_TAG) || true
mkdir -p $(PODMAN_HOME)
@echo "Building Podman image. This may take some time."