gitea: remove the workaround (#19966)

%ci:no-build
This commit is contained in:
tqfx 2024-04-27 12:41:23 +08:00 committed by GitHub
parent 6f87b0b03e
commit 0ec19fa51e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ termux_step_make() {
cp -a "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/code.gitea.io/gitea
cd "$GOPATH"/src/code.gitea.io/gitea
export CGO_LDFLAGS="${CGO_LDFLAGS/ -fno-openmp-implicit-rpath}"
go mod init || :
go mod tidy