Skip to content

Commit 02e8c07

Browse files
committed
[ws-proxy] Build with race detector
1 parent 663fcb9 commit 02e8c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ws-proxy/BUILD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ packages:
1616
- components/ws-manager-api/go:lib
1717
- components/server/go:lib
1818
env:
19-
- CGO_ENABLED=0
19+
- CGO_ENABLED=1
2020
- GOOS=linux
2121
config:
2222
packaging: app
23-
buildCommand: ["go", "build", "-trimpath", "-ldflags=-buildid= -X 'github.com/gitpod-io/gitpod/ws-proxy/cmd.Version=commit-${__git_commit}'"]
23+
buildCommand: ["go", "build", "-race", "-trimpath", "-ldflags=-buildid= -X 'github.com/gitpod-io/gitpod/ws-proxy/cmd.Version=commit-${__git_commit}'"]
2424
- name: docker
2525
type: docker
2626
srcs:

0 commit comments

Comments
 (0)