ci: chmod go-w ~/.cache before pkg commands (sr.ht cache is group-writable)
ober
efac49158908d98ead94ae2e0bae8e8de7d3960a
--- a/.builds/ci.yml +++ b/.builds/ci.yml @@ -32,6 +32,7 @@ tasks: - package: | cd jerboa-coreutils J="$HOME/jerboa/dist/jerboa" + chmod -R go-w "$HOME/.cache" "$J" pkg verify "$J" pkg policy "$J" pkg build