remove read only cache files

This commit is contained in:
Lance Vick 2023-04-04 14:36:28 -07:00
parent bcea9f50b8
commit 7445dc5da8
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 0 deletions

View File

@ -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)