ci: set umask 022 to prevent group-writable cache dirs (sr.ht default umask creates 0775 dirs)
ober
cd5430f21d7a3d34cd9c4d8cd37f1cca937ed9b5
--- a/.builds/ci.yml +++ b/.builds/ci.yml @@ -20,6 +20,7 @@ artifacts: - jerboa-sinatra/jerboa-sinatra-0.1.0.jpkg tasks: - build-jerboa: | + umask 022 cd jerboa sudo fallocate -l 4G /swapfile && sudo chmod 600 /swapfile && sudo mkswap /swapfile && sudo swapon /swapfile export CARGO_BUILD_JOBS=1