Skip to content

Commit 46a3c9c

Browse files
authored
Merge pull request #186 from jfontan/disable_cgo
Disable CGO to build packages
2 parents ac05ed9 + c2dd298 commit 46a3c9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ COMMANDS = rovers
55
DOCKER_REGISTRY = quay.io
66
DOCKER_ORG = srcd
77

8+
GO_BUILD_ENV = CGO_ENABLED=0
9+
810
# Including ci Makefile
911
CI_REPOSITORY ?= https://github.com/src-d/ci.git
1012
CI_PATH ?= $(shell pwd)/.ci

0 commit comments

Comments
 (0)