From b53326b7f6fa8818c7c538b02672179436f54f65 Mon Sep 17 00:00:00 2001 From: Martijn Stevenson Date: Wed, 9 Oct 2024 21:13:40 +0000 Subject: [PATCH 1/2] [TESTING/WIP] Check emsdk update PR#172 Signed-off-by: Martijn Stevenson --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 908ffe49..d2651e7e 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -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 = "9838dcad2a245d180489801dd34616b3dc18a9d5c35fba1be4708941c88d30a9", + strip_prefix = "proxy-wasm-cpp-sdk-90d8c0701a52f543cd0fd62979e1ba58981b6f7e", + urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/90d8c0701a52f543cd0fd62979e1ba58981b6f7e.tar.gz"], ) # Compile DB dependencies. From a820c1519cd66217a12ea17be7ae7f2eb30a9b70 Mon Sep 17 00:00:00 2001 From: Martijn Stevenson Date: Thu, 10 Oct 2024 16:55:48 +0000 Subject: [PATCH 2/2] Repoint at PR #173 to test Abseil/RE2 change Signed-off-by: Martijn Stevenson --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index d2651e7e..67c0b4f4 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -130,9 +130,9 @@ def proxy_wasm_cpp_host_repositories(): maybe( http_archive, name = "proxy_wasm_cpp_sdk", - sha256 = "9838dcad2a245d180489801dd34616b3dc18a9d5c35fba1be4708941c88d30a9", - strip_prefix = "proxy-wasm-cpp-sdk-90d8c0701a52f543cd0fd62979e1ba58981b6f7e", - urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/90d8c0701a52f543cd0fd62979e1ba58981b6f7e.tar.gz"], + sha256 = "b61be4e975867900df2dba5fb7607847f6e6ed0a3f0ca3b4cf50bbb46a55ab2b", + strip_prefix = "proxy-wasm-cpp-sdk-d505642df1fc9d3c5e593c1e3b43ed1a971bdb2a", + urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/d505642df1fc9d3c5e593c1e3b43ed1a971bdb2a.tar.gz"], ) # Compile DB dependencies.