0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

timetzdata is in the release build tags

This commit is contained in:
crystal 2024-04-18 22:45:46 -06:00 committed by Earl Warren
parent c11ee8a32d
commit bd8e4e588a

View file

@ -102,11 +102,11 @@ TAGS="bindata" make build
``` ```
In the default release build of the continuous integration system, the build In the default release build of the continuous integration system, the build
tags are: `TAGS="bindata sqlite sqlite_unlock_notify"`. The simplest tags are: `TAGS="bindata timetzdata sqlite sqlite_unlock_notify"`. The simplest
recommended way to build from source is therefore: recommended way to build from source is therefore:
```bash ```bash
TAGS="bindata sqlite sqlite_unlock_notify" make build TAGS="bindata timetzdata sqlite sqlite_unlock_notify" make build
``` ```
The `build` target is split into two sub-targets: The `build` target is split into two sub-targets: