Skip to content

Commit

Permalink
Update bcr CI config (#302)
Browse files Browse the repository at this point in the history
There is a new requirement to include bazel version. Also the machines
there don't have the visionOS SDK yet
  • Loading branch information
keith authored Feb 8, 2024
1 parent f0d4b17 commit b791ee3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
bazel: ["6.x", "7.x", "rolling"]

tasks:
verify_targets:
name: "Build targets under //lib"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@apple_support//lib/...'
run_tests:
name: "Run test targets"
platform: "macos"
platform: "macos_arm64"
bazel: ${{ bazel }}
build_targets:
- '@apple_support//lib/...'
test_targets:
- '@apple_support//test/...'
- '--'
# Needs the new toolchain
- '-@apple_support//test:linking_disable_objc_apple_link_test'
# Needs visionOS SDK
- '-@apple_support//test:binary_visionos_arm64_simulator_test'
- '-@apple_support//test:binary_visionos_device_test'

0 comments on commit b791ee3

Please sign in to comment.