forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
626695e
commit 39f1e66
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,6 @@ fn main() { | |
println!("cargo:rerun-if-changed=proto/third-party/dnstap.proto"); | ||
println!("cargo:rerun-if-changed=proto/third-party/google/pubsub/v1/pubsub.proto"); | ||
println!("cargo:rerun-if-changed=proto/third-party/google/rpc/status.proto"); | ||
println!("cargo:rerun-if-changed=proto/third-party/google/rpc/code.proto" | ||
println!("cargo:rerun-if-changed=proto/vector/dd_metric.proto"); | ||
println!("cargo:rerun-if-changed=proto/vector/dd_trace.proto"); | ||
println!("cargo:rerun-if-changed=proto/vector/ddsketch_full.proto"); | ||
|
@@ -158,6 +157,7 @@ fn main() { | |
&[ | ||
"proto/third-party", | ||
"proto/vector", | ||
"proto/gogole/cloud/bigquery/storage/v1", | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
gogole is not a recognized word. (unrecognized-spelling)
|
||
"lib/vector-core/proto/", | ||
], | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters