Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing build caches in hugo_cache causes permission errors #188

Open
agriyakhetarpal opened this issue Nov 6, 2024 · 0 comments
Open
Labels
developer experience To track items that intend to improve the process of developing or contributing to the codebase

Comments

@agriyakhetarpal
Copy link
Owner

It's difficult for tools like pip and uv to delete these files without elevated permissions and this causes troubles with package managers or with git clean when trying to remove these obsolete files.

Maybe they should be stored outside of the directory tree and we should switch to storing the Go build cache in its default location while also using go build -o instead of go install.

@agriyakhetarpal agriyakhetarpal added the developer experience To track items that intend to improve the process of developing or contributing to the codebase label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer experience To track items that intend to improve the process of developing or contributing to the codebase
Projects
None yet
Development

No branches or pull requests

1 participant