Skip to content

ci: make protodoc.bzl ready for Bazel 0.27#7304

Merged
lizan merged 2 commits intoenvoyproxy:masterfrom
lizan:docs_0.27
Jun 18, 2019
Merged

ci: make protodoc.bzl ready for Bazel 0.27#7304
lizan merged 2 commits intoenvoyproxy:masterfrom
lizan:docs_0.27

Conversation

@lizan
Copy link
Copy Markdown
Member

@lizan lizan commented Jun 17, 2019

Signed-off-by: Lizan Zhou lizan@tetrate.io

Description:
Risk Level: Low
Testing: local
Docs Changes:
Release Notes:

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
keith
keith previously approved these changes Jun 17, 2019
executable = ctx.executable._protoc,
arguments = args,
inputs = [ctx.executable._protodoc] + target[ProtoInfo].transitive_sources.to_list(),
inputs = target[ProtoInfo].transitive_sources.to_list(),
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.

you might not need the .to_list() here, seems like you should be able to pass a depset just fine

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

yeah that works, thanks!

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
@lizan lizan merged commit 6a6e43a into envoyproxy:master Jun 18, 2019
@lizan lizan deleted the docs_0.27 branch June 18, 2019 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants