Skip to content

Commit c308905

Browse files
committed
bazel-registry: Fix proxy-wasm-cpp-host@0.0.0-260115-beb8a4e.envoy
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent eacd7fc commit c308905

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bazel-registry/modules/proxy-wasm-cpp-host/0.0.0-260115-beb8a4e.envoy/patches/proxy-wasm-cpp-host.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/BUILD b/BUILD
2-
index 91792a8..94456d8 100644
2+
index 91792a8..2200d08 100644
33
--- a/BUILD
44
+++ b/BUILD
55
@@ -91,7 +91,7 @@ cc_library(
@@ -57,7 +57,7 @@ index 91792a8..94456d8 100644
5757
)
5858

5959
diff --git a/bazel/BUILD b/bazel/BUILD
60-
index 15f323f..7e4b1dc 100644
60+
index 15f323f..f679920 100644
6161
--- a/bazel/BUILD
6262
+++ b/bazel/BUILD
6363
@@ -68,5 +68,47 @@ selects.config_setting_group(
@@ -86,13 +86,13 @@ index 15f323f..7e4b1dc 100644
8686
+# Wasmtime library - can be overridden by consuming repos
8787
+label_flag(
8888
+ name = "wasmtime_lib",
89-
+ build_setting_default = "@com_github_bytecodealliance_wasmtime//:wasmtime_lib",
89+
+ build_setting_default = "@com_github_wasmtime//:wasmtime_lib",
9090
+)
9191
+
9292
+# Prefixed wasmtime library (for multi-engine builds)
9393
+label_flag(
9494
+ name = "prefixed_wasmtime_lib",
95-
+ build_setting_default = "@com_github_bytecodealliance_wasmtime//:prefixed_wasmtime_lib",
95+
+ build_setting_default = "@com_github_wasmtime//:prefixed_wasmtime_lib",
9696
+)
9797
+
9898
+# WasmEdge library - can be overridden by consuming repos

bazel-registry/modules/proxy-wasm-cpp-host/0.0.0-260115-beb8a4e.envoy/source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"strip_prefix": "proxy-wasm-cpp-host-beb8a4ece9eede4ab21d89d723359607600296d4",
55
"patch_strip": 1,
66
"patches": {
7-
"proxy-wasm-cpp-host.patch": "sha256-hhGksORUB6MFh35/YkeOvr8Gak0adZe6UjSvxcpi9kA="
7+
"proxy-wasm-cpp-host.patch": "sha256-swWsokNE4W9vP7AzgKhjS0njIhCCOqDw4IVWyHaqIxA="
88
}
99
}

0 commit comments

Comments
 (0)