Skip to content

Commit 222f339

Browse files
committed
Fix Windows all_builds aggregate
1 parent f8913c3 commit 222f339

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

test/BUILD.bazel

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,29 +308,31 @@ filegroup(
308308
name = "all_builds",
309309
srcs = ["@%s//:_workspace_deps" % test for test in TESTS] + [
310310
":rust_binary",
311-
":verify_cfg_feature_target_dep",
312-
":verify_first_party_feature_propagation",
313-
":verify_rust_analyzer_toolchain",
314311
":verify_self_dev_dependency_feature_present",
315312
":verify_self_dev_dependency_no_self_alias",
316313
":verify_self_dev_dependency_no_self_dev_dep",
317314
":verify_single_crate_dep_data_key",
318315
":verify_target_workspace_dep_feature_dep_absent",
319316
":verify_target_workspace_dep_feature_feature_absent",
317+
":verify_vendored_workspace_dep",
320318
":verify_workspace_default_features_default_present",
321319
":verify_workspace_default_features_dep_present",
322320
":verify_workspace_default_features_subfeature_present",
323321
":verify_workspace_hyphen_dep_aliases",
324-
":verify_workspace_member_annotation_features",
325-
":verify_vendored_workspace_dep",
326322
":verify_workspace_renamed_path_dep_aliases",
327323
"//prost:echo_rust_proto",
328324
"//self_dev_dependency/mycrate",
329325
"@binaries//:protoc-gen-prost-extra",
330326
"@binaries//:protoc-gen-prost__protoc-gen-prost",
331327
] + select({
332328
"@platforms//os:windows": [],
333-
"//conditions:default": [":verify_annotation_tags"],
329+
"//conditions:default": [
330+
":verify_annotation_tags",
331+
":verify_cfg_feature_target_dep",
332+
":verify_first_party_feature_propagation",
333+
":verify_rust_analyzer_toolchain",
334+
":verify_workspace_member_annotation_features",
335+
],
334336
}),
335337
)
336338

0 commit comments

Comments
 (0)