Skip to content

Commit

Permalink
Disable layering check for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mering committed Jul 11, 2024
1 parent 366333b commit ce53d70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions modules/grpc/1.65.0/patches/disable-layering-check.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/core/BUILD b/src/core/BUILD
index 757aaad95b..de60930421 100644
--- a/src/core/BUILD
+++ b/src/core/BUILD
@@ -25,7 +25,7 @@ licenses(["reciprocal"])
package(
default_visibility = ["//:__subpackages__"],
features = [
- "layering_check",
+ "-layering_check",
],
)

3 changes: 2 additions & 1 deletion modules/grpc/1.65.0/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"patch_strip": 1,
"patches": {
"add_module_bazel.patch": "sha256-MASGzFiPj53S1c6CgHyYuLD0XXklG95eABIZLhdZGk8=",
"adopt_bzlmod.patch": "sha256-xj3GrXJKe+M3L/Jukz8a4eRTcnSuKIIwh8BnyTomNRw="
"adopt_bzlmod.patch": "sha256-xj3GrXJKe+M3L/Jukz8a4eRTcnSuKIIwh8BnyTomNRw=",
"disable-layering-check.patch": "sha256-v3IG7eZiEgWJ7hoaE1zRvXdSEjxbfPFIEIZrTEwt4IU="
}
}

0 comments on commit ce53d70

Please sign in to comment.