1.18.3-0
Some checks are pending
repro-run Corre repro-run.json

This commit is contained in:
Cat /dev/Nulo 2023-02-02 18:52:55 -03:00
parent 3fd28c65ba
commit ca20a41b72

View file

@ -8,7 +8,7 @@ runprint() {
runprint apk add --quiet git nodejs npm go make runprint apk add --quiet git nodejs npm go make
# TODO: cachear clon de repo # TODO: cachear clon de repo
runprint git clone https://codeberg.org/forgejo/forgejo --branch v1.18.2-1 --depth 1 --single-branch runprint git clone https://codeberg.org/forgejo/forgejo --branch v1.18.3-0 --depth 1 --single-branch
cd forgejo cd forgejo
runprint env GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build runprint env GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build