Skip to content

Commit bb32364

Browse files
authored
Re-enable disabled CI (#3514)
1 parent 4327ce4 commit bb32364

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.bazelci/presubmit.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -809,18 +809,17 @@ tasks:
809809
- "@rules_rust//tools/rust_analyzer:gen_rust_project"
810810
test_targets:
811811
- "//..."
812-
# TODO: https://github.com/bazelbuild/rules_rust/issues/2878
813-
# windows_bzlmod_bcr:
814-
# name: bzlmod BCR presubmit
815-
# platform: windows
816-
# working_directory: examples/hello_world
817-
# test_flags: *bzlmod_flags
818-
# run_targets:
819-
# - "//third-party-in-workspace:vendor"
820-
# build_targets:
821-
# - "@rules_rust//tools/rust_analyzer:gen_rust_project"
822-
# test_targets:
823-
# - "//..."
812+
windows_bzlmod_bcr:
813+
name: bzlmod BCR presubmit
814+
platform: windows
815+
working_directory: examples/hello_world
816+
test_flags: *bzlmod_flags
817+
run_targets:
818+
- "//third-party-in-workspace:vendor"
819+
build_targets:
820+
- "@rules_rust//tools/rust_analyzer:gen_rust_project"
821+
test_targets:
822+
- "//..."
824823
example_sys_linux:
825824
platform: ubuntu2204
826825
working_directory: examples/sys

0 commit comments

Comments
 (0)