diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 888e999c9e..28fe69176d 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1010,20 +1010,18 @@ tasks: - "//..." test_targets: - "//..." - # # TODO: https://github.com/bazelbuild/rules_rust/issues/2009 - # # The bindgen rules are currently broken on windows - # extensions_bindgen_windows: - # platform: windows - # name: Extensions Bindgen - # working_directory: extensions/bindgen - # build_flags: *aspects_flags - # test_flags: *aspects_flags - # build_targets: - # - "--" - # - "//..." - # test_targets: - # - "--" - # - "//..." + extensions_bindgen_windows: + platform: windows + name: Extensions Bindgen + working_directory: extensions/bindgen + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "--" + - "//..." + test_targets: + - "--" + - "//..." extensions_mdbook_linux: platform: ubuntu2204 name: Extensions MdBook diff --git a/.bcr/extensions/bindgen/presubmit.yml b/.bcr/extensions/bindgen/presubmit.yml index c2fec5b9db..086da1502c 100644 --- a/.bcr/extensions/bindgen/presubmit.yml +++ b/.bcr/extensions/bindgen/presubmit.yml @@ -4,8 +4,7 @@ bcr_test_module: platform: - "macos_arm64" - "ubuntu2004" - # # TODO: https://github.com/bazelbuild/rules_rust/issues/2009 - # - "windows" + - "windows" bazel: ["7.x", "8.x"] tasks: run_tests: