Statics build failed #4685

Closed
opened 2025-11-02 05:59:27 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @hexter2018 on GitHub (Jan 20, 2020).

  • Gitea version (or commit ref):
  • Git version:
  • Operating system:
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

...

Screenshots

Capture

Originally created by @hexter2018 on GitHub (Jan 20, 2020). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): - Git version: - Operating system: - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - [ ] Not relevant - Log gist: ## Description ... ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** --> ![Capture](https://user-images.githubusercontent.com/38841538/72698469-e86f2800-3b76-11ea-9a73-2606d00d5a63.PNG)
GiteaMirror added the type/question label 2025-11-02 05:59:27 -06:00
Author
Owner

@lunny commented on GitHub (Jan 20, 2020):

For v1.10 or before, you should use TAGS="bindata sqlite sqlite_unlock_notify" make generate build.
From v1.11, you could use TAGS="bindata sqlite" make build and TAGS="bindata sqlite sqlite_unlock_notify" make generate build is also work.

@lunny commented on GitHub (Jan 20, 2020): For v1.10 or before, you should use `TAGS="bindata sqlite sqlite_unlock_notify" make generate build`. From v1.11, you could use `TAGS="bindata sqlite" make build` and `TAGS="bindata sqlite sqlite_unlock_notify" make generate build` is also work.
Author
Owner

@hexter2018 commented on GitHub (Jan 20, 2020):

For v1.10 or before, you should use TAGS="bindata sqlite sqlite_unlock_notify" make generate build.
From v1.11, you could use TAGS="bindata sqlite" make build and TAGS="bindata sqlite sqlite_unlock_notify" make generate build is also work.

Thx. bro.

@hexter2018 commented on GitHub (Jan 20, 2020): > For v1.10 or before, you should use `TAGS="bindata sqlite sqlite_unlock_notify" make generate build`. > From v1.11, you could use `TAGS="bindata sqlite" make build` and `TAGS="bindata sqlite sqlite_unlock_notify" make generate build` is also work. Thx. bro.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4685