You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main: (23 commits)
Remove jQuery from SSH key form parser (go-gitea#29193)
Refactor request function (go-gitea#29187)
Docker Tag Information in Docs (go-gitea#29047)
Fix gitea-action user avatar broken on edited menu (go-gitea#29190)
Disable parallel Make execution (go-gitea#29186)
Auto-update the system status in admin dashboard (go-gitea#29163)
Avoid vue warning in dev mode (go-gitea#29188)
Update JS and PY dependencies (go-gitea#29184)
[skip ci] Updated translations via Crowdin
Implement contributors graph (go-gitea#27882)
Add support for action artifact serve direct (go-gitea#29120)
Advertise WebAuthn support (go-gitea#29176)
Tweak repo header (go-gitea#29134)
Change webhook-type in create-view (go-gitea#29114)
Remove jQuery from the comment task list (go-gitea#29170)
Fix can not select team reviewers when reviewers is empty (go-gitea#29174)
move sign in labels to be above inputs (go-gitea#28753)
Refactor locale&string&template related code (go-gitea#29165)
Extract linguist code to method (go-gitea#29168)
bump to use go 1.22 (go-gitea#29119)
...
Copy file name to clipboardExpand all lines: README.md
-2
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,6 @@ The `build` target is split into two sub-targets:
89
89
90
90
Internet connectivity is required to download the go and npm modules. When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js.
91
91
92
-
Parallelism (`make -j <num>`) is not supported.
93
-
94
92
More info: https://docs.gitea.com/installation/install-from-source
0 commit comments