Skip to content

Commit

Permalink
Temporarily disable Windows CI due to missing Swift binary (#1228)
Browse files Browse the repository at this point in the history
Bazel CI Windows machines do not have Swift.exe installed and builds
fail. Temporarily disable this until Windows machines are properly
configured for Swift.
  • Loading branch information
luispadron authored Jun 19, 2024
1 parent 6074e0a commit 5056592
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ tasks:
- .bazelci/update_workspace_to_deps_heads.sh
<<: *linux_common

windows_last_green:
name: "Last Green Bazel"
bazel: last_green
<<: *windows_common
# TODO: re-enable when Windows in Bazel CI is properly configured for Swift.
# windows_last_green:
# name: "Last Green Bazel"
# bazel: last_green
# <<: *windows_common

doc_tests:
name: "Doc tests"
Expand Down

0 comments on commit 5056592

Please sign in to comment.