From a4110d11362b882e79f75e7d597559fbfa7acd18 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Thu, 3 Nov 2022 14:08:09 +0100 Subject: [PATCH] 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 --- modules/rules_swift/1.2.0/presubmit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rules_swift/1.2.0/presubmit.yml b/modules/rules_swift/1.2.0/presubmit.yml index 73ba06ed2b5..4b4e32aca65 100644 --- a/modules/rules_swift/1.2.0/presubmit.yml +++ b/modules/rules_swift/1.2.0/presubmit.yml @@ -20,6 +20,7 @@ tasks: - "--action_env=PATH" build_targets: - "@rules_swift//examples/xplatform/..." + - "-@rules_swift//examples/xplatform/grpc/..." # TODO: Fix grpc on Linux verify_targets_macos: name: Verify build targets platform: macos