Skip to content

Commit

Permalink
fix(ci): do not disable CGO in Makefile (backport release-3.4.x) (#16272
Browse files Browse the repository at this point in the history
)

Co-authored-by: Ashwanth <[email protected]>
  • Loading branch information
loki-gh-app[bot] and ashwanthgoli authored Feb 14, 2025
1 parent 1b9829b commit 4fa045d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ GOHOSTOS ?= $(shell go env GOHOSTOS)
GOARCH ?= $(shell go env GOARCH)
GOARM ?= $(shell go env GOARM)
GOEXPERIMENT ?= $(shell go env GOEXPERIMENT)
CGO_ENABLED := 0
GO_ENV := GOEXPERIMENT=$(GOEXPERIMENT) GOOS=$(GOOS) GOARCH=$(GOARCH) GOARM=$(GOARM) CGO_ENABLED=$(CGO_ENABLED)

GOTEST ?= go test

Expand Down

0 comments on commit 4fa045d

Please sign in to comment.