Skip to content

Commit f114fda

Browse files
committed
Disable CGo
It's not needed, and can cause missing library errors.
1 parent ca2183c commit f114fda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ services:
44
fixperms-tests:
55
image: golang:latest
66
working_dir: /code
7+
environment:
8+
CGO_ENABLED: 0
79
volumes:
810
- ..:/code:ro
911
command: go test -v ./...
1012

1113
fixperms-build:
1214
image: golang:latest
1315
working_dir: /code
16+
environment:
17+
CGO_ENABLED: 0
1418
volumes:
1519
- ..:/code
1620
- /var/lib/buildkite-agent/git-mirrors:/var/lib/buildkite-agent/git-mirrors

0 commit comments

Comments
 (0)