Remove bad target

This commit is contained in:
Ivo List 2024-11-06 14:19:32 +01:00
parent a5827bf372
commit 5ebe5a71fe
1 changed files with 0 additions and 5 deletions

View File

@ -5,14 +5,12 @@ build_targets: &build_targets
- "//examples/..." - "//examples/..."
- "//tests/..." - "//tests/..."
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux - "-//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 test_targets: &test_targets
- "//:all" - "//:all"
- "//cc/..." - "//cc/..."
- "//examples/..." - "//examples/..."
- "//tests/..." - "//tests/..."
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux - "-//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 build_targets_bazel_6: &build_targets_bazel_6
- "//:all" - "//:all"
@ -22,7 +20,6 @@ build_targets_bazel_6: &build_targets_bazel_6
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux - "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux
- "-//tests/rule_based_toolchain/..." # proto.encode_text doesn't support None - "-//tests/rule_based_toolchain/..." # proto.encode_text doesn't support None
- "-//cc:optional_current_cc_toolchain" # Not supported in Bazel 6 - "-//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 test_targets_bazel_6: &test_targets_bazel_6
- "//:all" - "//:all"
- "//cc: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 - "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux
- "-//tests/rule_based_toolchain/..." # proto.encode_text doesn't support None - "-//tests/rule_based_toolchain/..." # proto.encode_text doesn't support None
- "-//cc:optional_current_cc_toolchain" # Not supported in Bazel 6 - "-//cc:optional_current_cc_toolchain" # Not supported in Bazel 6
- "-//tests/rule_based_toolchain/tool_map:_duplicate_tool_test_subject" # Intentionally broken rule.
buildifier: buildifier:
version: latest version: latest
@ -79,7 +75,6 @@ tasks:
- "//tests/..." - "//tests/..."
- "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux - "-//examples/custom_toolchain:legacy_selector" # Example only works on Linux
- "-//tests/system_library:system_library_test" # Fails because of repo setup - "-//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: macos_head:
name: MacOS (Bazel HEAD) name: MacOS (Bazel HEAD)
bazel: last_green bazel: last_green