mirror of https://github.com/bazelbuild/rules_cc
Remove bad target
This commit is contained in:
parent
a5827bf372
commit
5ebe5a71fe
|
@ -5,14 +5,12 @@ build_targets: &build_targets
|
|||
- "//examples/..."
|
||||
- "//tests/..."
|
||||
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux
|
||||
- "-//tests/rule_based_toolchain/tool_map:_duplicate_tool_test_subject" # Intentionally broken rule.
|
||||
test_targets: &test_targets
|
||||
- "//:all"
|
||||
- "//cc/..."
|
||||
- "//examples/..."
|
||||
- "//tests/..."
|
||||
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux
|
||||
- "-//tests/rule_based_toolchain/tool_map:_duplicate_tool_test_subject" # Intentionally broken rule.
|
||||
|
||||
build_targets_bazel_6: &build_targets_bazel_6
|
||||
- "//:all"
|
||||
|
@ -22,7 +20,6 @@ build_targets_bazel_6: &build_targets_bazel_6
|
|||
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux
|
||||
- "-//tests/rule_based_toolchain/..." # proto.encode_text doesn't support None
|
||||
- "-//cc:optional_current_cc_toolchain" # Not supported in Bazel 6
|
||||
- "-//tests/rule_based_toolchain/tool_map:_duplicate_tool_test_subject" # Intentionally broken rule.
|
||||
test_targets_bazel_6: &test_targets_bazel_6
|
||||
- "//:all"
|
||||
- "//cc:all"
|
||||
|
@ -31,7 +28,6 @@ test_targets_bazel_6: &test_targets_bazel_6
|
|||
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux
|
||||
- "-//tests/rule_based_toolchain/..." # proto.encode_text doesn't support None
|
||||
- "-//cc:optional_current_cc_toolchain" # Not supported in Bazel 6
|
||||
- "-//tests/rule_based_toolchain/tool_map:_duplicate_tool_test_subject" # Intentionally broken rule.
|
||||
|
||||
buildifier:
|
||||
version: latest
|
||||
|
@ -79,7 +75,6 @@ tasks:
|
|||
- "//tests/..."
|
||||
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux
|
||||
- "-//tests/system_library:system_library_test" # Fails because of repo setup
|
||||
- "-//tests/rule_based_toolchain/tool_map:_duplicate_tool_test_subject" # Intentionally broken rule.
|
||||
macos_head:
|
||||
name: MacOS (Bazel HEAD)
|
||||
bazel: last_green
|
||||
|
|
Loading…
Reference in New Issue