Skip to content

Commit 8ee9239

Browse files
committed
Point cpp-host to my custom cpp-sdk repo
This is done to reproduce a build error from proxy-wasm/proxy-wasm-cpp-sdk#149 Signed-off-by: Mikhail Krinkin <[email protected]>
1 parent 3212034 commit 8ee9239

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bazel/external/wasmtime.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ genrule(
2121
"crates/c-api/include/wasm.h",
2222
],
2323
outs = [
24-
"include/prefixed_wasm.h",
24+
"crates/c-api/include/prefixed_wasm.h",
2525
],
2626
cmd = """
2727
sed -e 's/\\ wasm_/\\ wasmtime_wasm_/g' \

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ def proxy_wasm_cpp_host_repositories():
130130
maybe(
131131
http_archive,
132132
name = "proxy_wasm_cpp_sdk",
133-
sha256 = "89792fc1abca331f29f99870476a04146de5e82ff903bdffca90e6729c1f2470",
134-
strip_prefix = "proxy-wasm-cpp-sdk-95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee",
135-
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee.tar.gz"],
133+
sha256 = "288ea776ab7f385c8062c89e6fb1dd56faa9b7a9b5379515c38d67acf8ae5813",
134+
strip_prefix = "proxy-wasm-cpp-sdk-766a3a5be7e1ac8043db847ca1d38d8d48a5c543",
135+
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/766a3a5be7e1ac8043db847ca1d38d8d48a5c543.tar.gz"],
136136
)
137137

138138
# Compile DB dependencies.

0 commit comments

Comments
 (0)