File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments