Skip to content

Commit bdd35ce

Browse files
committed
Fix undefined name error in REPO.bazel file
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent c11fa1c commit bdd35ce

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

api/bazel/repositories.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def api_dependencies():
2424
)
2525
external_http_archive(
2626
name = "com_github_bufbuild_protovalidate_cc",
27+
patch_args = ["-p1"],
28+
patches = ["@envoy//bazel:protovalidate_cc.patch"],
2729
)
2830
external_http_archive(
2931
name = "com_google_googleapis",

bazel/protovalidate_cc.patch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- a/REPO.bazel
2+
+++ b/REPO.bazel
3+
@@ -12,7 +12,3 @@
4+
# See the License for the specific language governing permissions and
5+
# limitations under the License.
6+
7+
-ignore_directories([
8+
- ".build*",
9+
- "cmake-build-*",
10+
-])

0 commit comments

Comments
 (0)