Skip to content

Commit 810dff9

Browse files
authored
fix(ci): do not disable CGO in Makefile (#16271)
1 parent abcd730 commit 810dff9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ GOHOSTOS ?= $(shell go env GOHOSTOS)
3232
GOARCH ?= $(shell go env GOARCH)
3333
GOARM ?= $(shell go env GOARM)
3434
GOEXPERIMENT ?= $(shell go env GOEXPERIMENT)
35-
CGO_ENABLED := 0
36-
GO_ENV := GOEXPERIMENT=$(GOEXPERIMENT) GOOS=$(GOOS) GOARCH=$(GOARCH) GOARM=$(GOARM) CGO_ENABLED=$(CGO_ENABLED)
3735

3836
GOTEST ?= go test
3937

0 commit comments

Comments
 (0)