Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information on how to build statically #14594

Merged
merged 2 commits into from
Feb 8, 2021

Conversation

zeripath
Copy link
Contributor

@zeripath zeripath commented Feb 7, 2021

Fix #14576

Signed-off-by: Andrew Thornton art27@cantab.net

Fix go-gitea#14576

Signed-off-by: Andrew Thornton <art27@cantab.net>
@zeripath zeripath added the type/docs This PR mainly updates/creates documentation label Feb 7, 2021
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Feb 7, 2021
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Feb 8, 2021
@codecov-io
Copy link

Codecov Report

Merging #14594 (2d70ac2) into master (0cd87d6) will increase coverage by 0.07%.
The diff coverage is 51.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #14594      +/-   ##
==========================================
+ Coverage   42.15%   42.22%   +0.07%     
==========================================
  Files         761      764       +3     
  Lines       81278    81390     +112     
==========================================
+ Hits        34262    34367     +105     
+ Misses      41426    41418       -8     
- Partials     5590     5605      +15     
Impacted Files Coverage Δ
cmd/dump.go 0.93% <0.00%> (+0.05%) ⬆️
models/consistency.go 54.09% <0.00%> (-1.21%) ⬇️
models/migrations/v168.go 0.00% <0.00%> (ø)
modules/auth/sso/sso.go 26.92% <0.00%> (ø)
modules/forms/org.go 0.00% <0.00%> (ø)
modules/forms/user_form_auth_openid.go 0.00% <0.00%> (ø)
modules/migrations/github.go 79.76% <0.00%> (-0.64%) ⬇️
modules/repository/init.go 40.79% <0.00%> (ø)
modules/translation/translation.go 75.67% <0.00%> (-6.68%) ⬇️
modules/web/middleware/binding.go 60.52% <ø> (ø)
... and 65 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f180009...2d70ac2. Read the comment docs.

@lunny lunny merged commit 98827e9 into go-gitea:master Feb 8, 2021
@zeripath zeripath deleted the fix-14576-static-build-instructions branch February 8, 2021 07:47
a1012112796 added a commit to a1012112796/gitea that referenced this pull request Feb 8, 2021
* master:
  Fixed irritating error message related to go version (go-gitea#14611)
  Use OldRef instead of CommitSHA for DeleteBranch comments (go-gitea#14604)
  Add information on how to build statically (go-gitea#14594)
  [skip ci] Updated translations via Crowdin
  Exclude the current dump file from the dump (go-gitea#14606)
  Remove spurious DataAsync Error logging (go-gitea#14599)
  [API] Add  delete release by tag & fix unreleased inconsistency (go-gitea#14563)
  Fix rate limit bug when downloading assets on migrating from github (go-gitea#14564)
  [API] Add affected files of commits to commit struct (go-gitea#14579)
a1012112796 added a commit to a1012112796/gitea that referenced this pull request Feb 9, 2021
* master: (22 commits)
  Add support for ref parameter to get raw file API (go-gitea#14602)
  Fixed irritating error message related to go version (go-gitea#14611)
  Use OldRef instead of CommitSHA for DeleteBranch comments (go-gitea#14604)
  Add information on how to build statically (go-gitea#14594)
  [skip ci] Updated translations via Crowdin
  Exclude the current dump file from the dump (go-gitea#14606)
  Remove spurious DataAsync Error logging (go-gitea#14599)
  [API] Add  delete release by tag & fix unreleased inconsistency (go-gitea#14563)
  Fix rate limit bug when downloading assets on migrating from github (go-gitea#14564)
  [API] Add affected files of commits to commit struct (go-gitea#14579)
  [skip ci] Updated licenses and gitignores
  Fix locale init (go-gitea#14582)
  Add Content-Length header to HEAD requests (go-gitea#14542)
  Honor REGISTER_MANUAL_CONFIRM when doing openid registration (go-gitea#14548)
  Fix lfs file viewer (go-gitea#14568)
  Fix typo in generate-emoji.go (go-gitea#14570)
  Fix bug about ListOptions and stars/watchers pagnation (go-gitea#14556)
  Fix gpg key deletion (go-gitea#14561)
  [API] GetRelease by tag only return release (go-gitea#14397)
  Reduce data races (go-gitea#14549)
  ...
@go-gitea go-gitea locked and limited conversation to collaborators Mar 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gitea can't run due to GLIBC version incompatibility
5 participants