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:
parent
c11ee8a32d
commit
bd8e4e588a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue