Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily disable broken windows targets #764

Merged
merged 1 commit into from
Aug 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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