Skip to content

Commit f9b7af7

Browse files
Filter out broken grpc example on Linux
We do the same in the `rules_swift` repo: https://github.com/bazelbuild/rules_swift/blob/b6a111ea475da15793dfa5dda7e3e3646658f407/.bazelci/presubmit.yml#L24-L27
1 parent 1fa4275 commit f9b7af7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/rules_swift/1.2.0/presubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ tasks:
2020
- "--action_env=PATH"
2121
build_targets:
2222
- "@rules_swift//examples/xplatform/..."
23+
- "-@rules_swift//examples/xplatform/grpc/..." # TODO: Fix grpc on Linux
2324
verify_targets_macos:
2425
name: Verify build targets
2526
platform: macos

0 commit comments

Comments
 (0)