Skip to content

Commit c2dd298

Browse files
committed
Disable CGO to build packages
Signed-off-by: Javi Fontan <[email protected]>
1 parent ac05ed9 commit c2dd298

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)