Skip to content

Commit c9ec28a

Browse files
authored
Merge pull request #1221 from buildkite/pdp-1621-replace-bash-with-go
Disable CGo
2 parents ca2183c + f114fda commit c9ec28a

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)