v1.19.0-2
Some checks are pending
repro-run Corre repro-run.json

This commit is contained in:
Cat /dev/Nulo 2023-03-21 14:44:54 -03:00
parent 315dad5203
commit c3b9e335e6

View file

@ -8,7 +8,7 @@ runprint() {
runprint apk add --quiet git nodejs npm go make
# TODO: cachear clon de repo
wget -qO- https://codeberg.org/forgejo/forgejo/archive/8e8037a64d76af498e4b3d2d5a44ec48fcc79afe.tar.gz | tar zx
wget -qO- https://codeberg.org/attachments/2bf497db-fa91-4260-9c98-5c791b6b397c | tar zx
cd forgejo
runprint env GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build