Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ build --action_env=CC
build --action_env=CXX
build --action_env=LLVM_CONFIG
build --action_env=PATH
build --copt=-Wno-deprecated-declarations

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this need to be in build:linux block above to not break windows.


# Common flags for sanitizers
build:sanitizer --define tcmalloc=disabled
Expand Down
2 changes: 0 additions & 2 deletions test/integration/filters/add_body_filter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package test.integration.filters;

import "validate/validate.proto";

message AddBodyFilterConfig {
enum FilterCallback {
DEFAULT = 0;
Expand Down
2 changes: 0 additions & 2 deletions test/integration/filters/crash_filter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package test.integration.filters;

import "validate/validate.proto";

message CrashFilterConfig {
bool crash_in_encode_headers = 1;
bool crash_in_encode_data = 2;
Expand Down
2 changes: 0 additions & 2 deletions test/integration/filters/set_is_terminal_filter_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package test.integration.filters;

import "validate/validate.proto";

message SetIsTerminalFilterConfig {
bool is_terminal_filter = 1;
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package test.integration.filters;

import "validate/validate.proto";

message StopAndContinueConfig {
// Whether the filter should add tracked object itself to the dispatcher when
// created.
Expand Down