Skip to content

Commit a2e8a4e

Browse files
committed
[TESTING/WIP] ci/coverage: Test proxy-wasm-cpp-sdk PR#157
Test proxy-wasm/proxy-wasm-cpp-sdk#157 Signed-off-by: Martijn Stevenson <[email protected]>
1 parent b7e6907 commit a2e8a4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bazel/repositories.bzl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,13 @@ def proxy_wasm_cpp_host_repositories():
9393
urls = ["https://github.com/google/boringssl/archive/eaa29f431f71b8121e1da76bcd3ddc2248238ade.tar.gz"],
9494
)
9595

96+
# TEST: https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/pull/157/
9697
maybe(
9798
http_archive,
9899
name = "proxy_wasm_cpp_sdk",
99-
sha256 = "89792fc1abca331f29f99870476a04146de5e82ff903bdffca90e6729c1f2470",
100-
strip_prefix = "proxy-wasm-cpp-sdk-95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee",
101-
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/95bb82ce45c41d9100fd1ec15d2ffc67f7f3ceee.tar.gz"],
100+
sha256 = "db00ef59d8024d0db74a269ece76d8106c1e9afc1abed237aea8366a8db2983e",
101+
strip_prefix = "proxy-wasm-cpp-sdk-6efffe99a90d764b063b9fa8213d2c34ae69a7da",
102+
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/6efffe99a90d764b063b9fa8213d2c34ae69a7da.tar.gz"],
102103
)
103104

104105
# Test dependencies.

0 commit comments

Comments
 (0)