Skip to content

Commit

Permalink
Workaround for broken macOS CI
Browse files Browse the repository at this point in the history
See bazelbuild/bazel#10472 for further info.
  • Loading branch information
mering committed Jan 18, 2024
1 parent c142fe0 commit ca85f57
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions modules/grpc/1.48.1.bcr.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- windows
.common_task_config: &common_task_config
build_targets:
- '@grpc//:grpc'
- '@grpc//:grpc_unsecure'
- '@grpc//:grpc++'
- '@grpc//:grpc++_unsecure'
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@grpc//:grpc'
- '@grpc//:grpc_unsecure'
- '@grpc//:grpc++'
- '@grpc//:grpc++_unsecure'
debian10:
<<: *common_task_config
ubuntu2004:
<<: *common_task_config
macos:
<<: *common_task_config
build_flags:
- "--copt=-isystem/usr/local/include"
windows:
<<: *common_task_config

0 comments on commit ca85f57

Please sign in to comment.