Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/gitpod-protocol/go/BUILD.yaml
2500 views
1
packages:
2
- name: lib
3
type: go
4
srcs:
5
- "scripts/generate-config.sh"
6
- "**/*.go"
7
- "go.mod"
8
- "go.sum"
9
- "*.sh"
10
deps:
11
- components/gitpod-protocol:gitpod-schema
12
- dev/addlicense:app
13
env:
14
- CGO_ENABLED=0
15
- GOOS=linux
16
- LEEWAY_BUILD=true
17
prep:
18
- ["./scripts/generate-config.sh"]
19
config:
20
packaging: library
21
buildCommand: ["go", "build", "-trimpath", "-ldflags=-buildid="]
22
23