Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .plzconfig.ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ dircompress = true

[plugin "go"]
target = //plugins:go
defaultstatic = false
defaultstatic = true
gotool = //third_party/go:toolchain|go
coverageredesign = true

[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 "proto"]
ProtocTool = //third_party/proto:protoc
[Plugin "proto"]
protoctool = protoc

[display]
systemstats = false
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 11.16.9
---------------
* Rollback of commit that broke mettle deployment

Version 11.16.8
---------------
* This change removes the temporary logging that was added to help investigate the hanging processes.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.16.8
11.16.9
Loading