Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: update bazel dependencies and configuration #15291
build: update bazel dependencies and configuration #15291
Changes from all commits
215d755
File filter
Jump to
josephperrottAug 9, 2019
Member
Perhaps we should have a platform specific set of rc files for this type of situation? Since we would like
--watchfs
to be on for unix based systems, but need it disabled for windows.clydinAug 11, 2019
Author
Member
If there is a way to make them be used automatically based on the platform outside of CI, that would be a good idea.
josephperrottAug 12, 2019
Member
I don't know that there is a way to automatically choose the platform.
I wasn't thinking about how this wasn't CI specific, we can just leave it as
--nowatchfs
. One day maybe we will be able to do a platform based configurations.josephperrottAug 9, 2019
Member
Is this necessary still for BEP setup? I know that we don't need to do this for
angular/angular
so I am not sure if we need to do this here. Unless there is something additional I am not aware of.clydinAug 11, 2019
Author
Member
The CLI has some basic BEP streaming support and there is a utility that supports debugging it which uses the
proto_library
rule that in turn requires this.