forked from gitpod-io/gitpod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWORKSPACE.yaml
More file actions
35 lines (33 loc) · 803 Bytes
/
WORKSPACE.yaml
File metadata and controls
35 lines (33 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# this file makes this a leeway workspace
defaultTarget: components:all
defaultArgs:
coreYarnLockBase: ../..
npmPublishTrigger: "false"
publishToNPM: true
localAppVersion: unknown
defaultVariant:
srcs:
exclude:
# Make sure we don't include node_modules/**/*.ts by accident
- "**/node_modules/**"
config:
go:
lintCommand: ["golangci-lint", "run", "--disable", "govet,errcheck,typecheck,staticcheck", "--allow-parallel-runners", "--timeout", "5m"]
buildFlags: ["-trimpath", "-ldflags='-buildid= -w -s'"]
variants:
- name: oss
components:
exclude:
- components/ee/ws-scheduler
srcs:
exclude:
- "**/ee"
- "**/ee/**"
- "**/*_ee.*"
- "**/*_ee_*.*"
env:
- GITPOD_OSS_BUILD=true
config:
go:
buildTags:
- -tags oss