Skip to content

Commit

Permalink
Temporarily disable broken windows targets (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Aug 17, 2021
1 parent f01fd35 commit e949e77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ tasks:
- "-//cmake_hello_world_lib/shared/..."
# TODO: Fix `CreateProcess failed: The system cannot find the file specified.`
- "-//ninja_simple/..."
# TODO: The use of Visual Studio generator targets are broken. These should
# be re-enabled pending a resolution to
# https://github.com/bazelbuild/continuous-integration/issues/1204
- "-//cmake_hello_world_lib/static:libhello"
- "-//cmake_hello_world_lib/static:libhello_example"
- "-//cmake_hello_world_lib/static:test_hello"
- "-//cmake_with_data/..."
build_targets: *windows_targets
test_targets: *windows_targets
test_flags:
Expand Down

0 comments on commit e949e77

Please sign in to comment.