CI package jobs: workaround for git security fix
authorKirill Isakov <bootctl@gmail.com>
Fri, 22 Apr 2022 06:00:44 +0000 (12:00 +0600)
committerKirill Isakov <bootctl@gmail.com>
Fri, 22 Apr 2022 06:06:20 +0000 (12:06 +0600)
commita0078603e0a05c71fc96951415fd464f8ce6ceb1
tree576ce3ebaba875bbe026a7968479ead5dd527957
parent0fe1d1e9a9805e1f0dc71414f4989afe1b2f1b31
CI package jobs: workaround for git security fix

https://github.blog/2022-04-12-git-security-vulnerability-announced/

We could chown the build directory to our own user, but that's
relatively slow. Since we fully control the environment (relatively
speaking, we're still running on other's machines), the vulnerability
doesn't affect this particular use case.
.ci/package/build.sh