Skip to content

Commit ba92dfb

Browse files
committed
ppcle-patch
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 83278c0 commit ba92dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _go_deps(skip_targets):
111111
def _rust_deps():
112112
external_http_archive(
113113
"rules_rust",
114-
patches = ["@envoy//bazel:rules_rust.patch", "@envoy//bazel:rules_rust_ppc64le.patch"],
114+
patches = ["@envoy//bazel:rules_rust.patch"],
115115
)
116116

117117
def envoy_dependencies(skip_targets = []):

0 commit comments

Comments
 (0)