forked from thought-machine/please-servers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.plzconfig
53 lines (42 loc) · 1.71 KB
/
.plzconfig
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[please]
version = >=17.0.0
[build]
path = /usr/local/go/bin:/usr/local/bin:/usr/bin:/bin
[buildconfig]
local-host = 127.0.0.1
browser-url = http://127.0.0.1:7779
[parse]
preloadsubincludes = ///go//build_defs:go
preloadsubincludes = ///shell//build_defs:shell
preloadsubincludes = ///proto//build_defs:proto
[plugin "go"]
target = //plugins:go
importpath = github.com/thought-machine/please-servers
gotool = //third_party/go:toolchain|go
coverageredesign = true
legacyimports = false
ModFile = //:go.mod
[python]
moduledir = third_party/python
[plugin "cc"]
target = //plugins:cc
defaultoptcflags = --std=c99 -O3 -pipe -DNDEBUG -Wall -Werror -Wno-error=stringop-overflow -Wno-error=misleading-indentation
defaultdbgcflags = --std=c99 -g3 -pipe -DDEBUG -Wall -Werror -Wno-error=stringop-overflow -Wno-error=misleading-indentation
[plugin "shell"]
target = //plugins:shell
[plugin "proto"]
target = //plugins:proto
languagedef = ///go_proto//build_defs:go
ProtocTool = //third_party/proto:protoc
[plugin "go_proto"]
target = //plugins:go-proto
grpcplugin = ///third_party/go/google.golang.org_grpc_cmd_protoc-gen-go-grpc//:protoc-gen-go-grpc
protoplugin = ///third_party/go/google.golang.org_protobuf//cmd/protoc-gen-go
protodep = //third_party/go:golang-protobuf
grpcdep = //third_party/go:grpc
[alias "runlocal"]
cmd = run parallel //elan:run_local //mettle:run_local //browser:run_local //zeal:run_local //flair:run_local //lucidity:run_local //redis:run_local
desc = Runs an instance of each server for local development
[alias "buildlocal"]
cmd = build //elan:run_local //mettle:run_local //browser:run_local //zeal:run_local //flair:run_local //lucidity:run_local //redis:run_local
desc = Builds (but doesn't run) all the servers