mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-24 22:20:35 +00:00
Backport https://github.com/go-gitea/gitea/pull/23953 to 1.19 to fix the branch build: https://drone.gitea.io/go-gitea/gitea/75155/1/9 Co-authored-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
b4bfaf7d4d
commit
45d8d63621
2
Makefile
2
Makefile
|
@ -751,7 +751,7 @@ generate-go: $(TAGS_PREREQ)
|
|||
|
||||
.PHONY: security-check
|
||||
security-check:
|
||||
go run $(GOVULNCHECK_PACKAGE) -v ./...
|
||||
go run $(GOVULNCHECK_PACKAGE) ./...
|
||||
|
||||
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
|
||||
CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
|
||||
|
|
Loading…
Reference in a new issue