Merge pull request 'chore(docs): update instructions to compile from source' (#678) from earl-warren/end-to-end:wip-local-run into main

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/678
This commit is contained in:
earl-warren 2025-06-09 06:47:40 +00:00
commit 6bfc638f15
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -56,11 +56,11 @@ run so that the directories are populated.
From a checkout of https://codeberg.org/forgejo/forgejo/
```sh
make TAGS='bindata sqlite sqlite_unlock_notify' generate forgejo
cp -a forgejo /srv/forgejo-binaries/forgejo-10.0
make clean-all && make frontend && make TAGS='bindata sqlite sqlite_unlock_notify' generate forgejo
cp -a forgejo /srv/forgejo-binaries/forgejo-11.0
```
It will be used whenever the version `10.0` is specified in a test.
It will be used whenever the version `11.0` is specified in a test.
### Forgejo runner