Merge branch 'retain-sccache' into 'master'

Don't wipe sccache on rebuilding podman

See merge request redox-os/redox!1754
This commit is contained in:
Jeremy Soller 2025-12-09 06:17:56 -07:00
commit bc2b6f5004

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."