mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
22 lines
472 B
YAML
22 lines
472 B
YAML
packages:
|
|
- name: lib
|
|
type: go
|
|
srcs:
|
|
- "scripts/generate-config.sh"
|
|
- "**/*.go"
|
|
- "go.mod"
|
|
- "go.sum"
|
|
- "*.sh"
|
|
deps:
|
|
- components/gitpod-protocol:gitpod-schema
|
|
- dev/addlicense:app
|
|
env:
|
|
- CGO_ENABLED=0
|
|
- GOOS=linux
|
|
- LEEWAY_BUILD=true
|
|
prep:
|
|
- ["./scripts/generate-config.sh"]
|
|
config:
|
|
packaging: library
|
|
buildCommand: ["go", "build", "-trimpath", "-ldflags=-buildid="]
|