Skip to content
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

Add more explicit dependencies for bazel_test #1724

Merged
merged 1 commit into from Sep 18, 2018

Conversation

jayconrod
Copy link
Contributor

//tests:all_rules_md5 now includes .bzl files in //proto, //proto/wkt,
and .go files in //go/tools/builders.

all_rules_md5 is an implicit data dependency of bazel_test
rules. These tests verify the rules_go implementation in an alternate
workspace, so their dependencies on .bzl files in the current
workspace is implicit. When all_rules_md5 changes, it forces them to
run again.

//tests:all_rules_md5 now includes .bzl files in //proto, //proto/wkt,
and .go files in //go/tools/builders.

all_rules_md5 is an implicit data dependency of bazel_test
rules. These tests verify the rules_go implementation in an alternate
workspace, so their dependencies on .bzl files in the current
workspace is implicit. When all_rules_md5 changes, it forces them to
run again.
@jayconrod jayconrod merged commit f8c9f2c into bazelbuild:master Sep 18, 2018
@jayconrod jayconrod deleted the md5-bzl branch September 18, 2018 20:10
jayconrod added a commit that referenced this pull request Oct 3, 2018
//tests:all_rules_md5 now includes .bzl files in //proto, //proto/wkt,
and .go files in //go/tools/builders.

all_rules_md5 is an implicit data dependency of bazel_test
rules. These tests verify the rules_go implementation in an alternate
workspace, so their dependencies on .bzl files in the current
workspace is implicit. When all_rules_md5 changes, it forces them to
run again.
jayconrod added a commit that referenced this pull request Oct 3, 2018
//tests:all_rules_md5 now includes .bzl files in //proto, //proto/wkt,
and .go files in //go/tools/builders.

all_rules_md5 is an implicit data dependency of bazel_test
rules. These tests verify the rules_go implementation in an alternate
workspace, so their dependencies on .bzl files in the current
workspace is implicit. When all_rules_md5 changes, it forces them to
run again.
jayconrod added a commit that referenced this pull request Oct 3, 2018
//tests:all_rules_md5 now includes .bzl files in //proto, //proto/wkt,
and .go files in //go/tools/builders.

all_rules_md5 is an implicit data dependency of bazel_test
rules. These tests verify the rules_go implementation in an alternate
workspace, so their dependencies on .bzl files in the current
workspace is implicit. When all_rules_md5 changes, it forces them to
run again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants