Skip to content

Commit 68b950a

Browse files
authored
Rollback for "fix failure when pushing linter update (#350)" (#355)
This reverts commit e962d1a. This commit broke Mettle.
1 parent dab2afb commit 68b950a

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.plzconfig.ci

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ dircompress = true
55

66
[plugin "go"]
77
target = //plugins:go
8-
defaultstatic = false
8+
defaultstatic = true
99
gotool = //third_party/go:toolchain|go
1010
coverageredesign = true
1111

12-
[plugin "cc"]
13-
target = //plugins:cc
14-
defaultoptcflags = --std=c99 -O3 -pipe -DNDEBUG -Wall -Werror -Wno-error=stringop-overflow -Wno-error=misleading-indentation
15-
defaultdbgcflags = --std=c99 -g3 -pipe -DDEBUG -Wall -Werror -Wno-error=stringop-overflow -Wno-error=misleading-indentation
16-
17-
[plugin "proto"]
18-
ProtocTool = //third_party/proto:protoc
12+
[Plugin "proto"]
13+
protoctool = protoc
1914

2015
[display]
2116
systemstats = false

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 11.16.9
2+
---------------
3+
* Rollback of commit that broke mettle deployment
4+
15
Version 11.16.8
26
---------------
37
* This change removes the temporary logging that was added to help investigate the hanging processes.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.16.8
1+
11.16.9

0 commit comments

Comments
 (0)