Skip to content

Storing build caches in hugo_cache causes permission errors #188

@agriyakhetarpal

Description

@agriyakhetarpal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    developer experienceTo track items that intend to improve the process of developing or contributing to the codebase

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions