Skip to content

Commit

Permalink
Enable bindgen tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 11, 2024
1 parent c77ab04 commit 813b8e8
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -909,20 +909,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_prost_linux:
platform: ubuntu2004
name: Extensions Prost
Expand Down

0 comments on commit 813b8e8

Please sign in to comment.