From 27149c867d593302e5edf31347f565fc70871826 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 10 Jul 2024 05:03:42 -0700 Subject: [PATCH] Remove 6.x bzlmod CI (#339) --- .bcr/presubmit.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index f0d2c4d..e598bc4 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -8,24 +8,6 @@ tasks: bazel: ${{ bazel }} build_targets: - '@apple_support//lib/...' - run_tests_6.x: - name: "Run test targets" - platform: "macos_arm64" - bazel: 6.x - build_targets: - - '@apple_support//lib/...' - test_targets: - - '@apple_support//test/...' - - '--' - # Needs the new toolchain - - '-@apple_support//test:linking_disable_objc_apple_link_test' - - '-@apple_support//test:linking_dead_strip_requested_test' - - '-@apple_support//test:linking_opt_link_test' - - '-@apple_support//test:binary_watchos_device_arm64e_test' - - '-@apple_support//test:binary_watchos_device_arm64_test' - # Needs visionOS SDK - - '-@apple_support//test:binary_visionos_arm64_simulator_test' - - '-@apple_support//test:binary_visionos_device_test' run_tests: name: "Run test targets" platform: "macos_arm64"