Skip to content

Commit

Permalink
Remove 6.x bzlmod CI (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Jul 10, 2024
1 parent 1b7434b commit 27149c8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 27149c8

Please sign in to comment.