release.sh: reproducible gzip on Mac

Make sure we use GNU gzip. Mac by default uses BSD gzip.
This commit is contained in:
Boris Nagaev 2025-09-29 22:22:58 -03:00
parent a34b46c760
commit 6d8872f995
No known key found for this signature in database
2 changed files with 25 additions and 3 deletions

View file

@ -58,6 +58,13 @@ other tools:
sudo apt-get install build-essential git make zip perl gpg
```
On MacOS, you will need to install GNU tar and GNU gzip, which can be done with
`brew`:
```bash
brew install gnu-tar gzip
```
Add GPG key of Alex Bosworth to verify release tag signature:
```bash
gpg --keyserver keys.openpgp.org --recv-keys DE23E73BFA8A0AD5587D2FCDE80D2F3F311FD87E