From 7445dc5da882f65b8c8b3318b5ca715cc49a007f Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Tue, 4 Apr 2023 14:36:28 -0700 Subject: [PATCH] remove read only cache files --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 18f5d06..c71aac3 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,7 @@ toolchain-update: .PHONY: toolchain-clean toolchain-clean: + chmod -R u+w $(CACHE_DIR_ROOT) rm -rf $(CACHE_DIR_ROOT) $(OUT_DIR) docker image rm -f $(IMAGE)