Skip to content

Commit

Permalink
Point cpp-host to my custom cpp-sdk repo
Browse files Browse the repository at this point in the history
This is done to reproduce a build error from proxy-wasm/proxy-wasm-cpp-sdk#149

Signed-off-by: Mikhail Krinkin <krinkin.m.u@gmail.com>
  • Loading branch information
krinkinmu committed Oct 4, 2024
1 parent 3212034 commit 8ee9239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bazel/external/wasmtime.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ genrule(
"crates/c-api/include/wasm.h",
],
outs = [
"include/prefixed_wasm.h",
"crates/c-api/include/prefixed_wasm.h",
],
cmd = """
sed -e 's/\\ wasm_/\\ wasmtime_wasm_/g' \
Expand Down
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ def proxy_wasm_cpp_host_repositories():
maybe(
http_archive,
name = "proxy_wasm_cpp_sdk",
sha256 = "89792fc1abca331f29f99870476a04146de5e82ff903bdffca90e6729c1f2470",
strip_prefix = "proxy-wasm-cpp-sdk-95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee",
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee.tar.gz"],
sha256 = "288ea776ab7f385c8062c89e6fb1dd56faa9b7a9b5379515c38d67acf8ae5813",
strip_prefix = "proxy-wasm-cpp-sdk-766a3a5be7e1ac8043db847ca1d38d8d48a5c543",
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/766a3a5be7e1ac8043db847ca1d38d8d48a5c543.tar.gz"],
)

# Compile DB dependencies.
Expand Down

0 comments on commit 8ee9239

Please sign in to comment.