From e16a3f6908cc64b9480c8d7faa7f4b38cb66179c Mon Sep 17 00:00:00 2001 From: helly25 Date: Sun, 2 Nov 2025 12:22:27 +0100 Subject: [PATCH 1/2] Update Workspace Abseil to 20250814.1 --- tests/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/WORKSPACE b/tests/WORKSPACE index dd2d2bdb..5a0c96fa 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -253,9 +253,9 @@ wasi_sdk_sysroots(name = "wasi_sdk_sysroots") http_archive( name = "com_google_absl", - sha256 = "40cee67604060a7c8794d931538cb55f4d444073e556980c88b6c49bb9b19bb7", - strip_prefix = "abseil-cpp-20240722.1", - urls = ["https://github.com/abseil/abseil-cpp/releases/download/20240722.1/abseil-cpp-20240722.1.tar.gz"], + sha256 = "1692f77d1739bacf3f94337188b78583cf09bab7e420d2dc6c5605a4f86785a1", + strip_prefix = "abseil-cpp-20250814.1", + urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250814.1/abseil-cpp-20250814.1.tar.gz"], ) # As a test dep of com_google_absl. From 8bfd932daef39f327a87aa34bcef602c23d245c4 Mon Sep 17 00:00:00 2001 From: helly25 Date: Sun, 2 Nov 2025 12:49:19 +0100 Subject: [PATCH 2/2] Googletest was renamed and the new Abseil uses the new Googletest name. --- tests/WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 5a0c96fa..86ac4b5d 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -260,7 +260,7 @@ http_archive( # As a test dep of com_google_absl. http_archive( - name = "com_google_googletest", + name = "googletest", sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c", strip_prefix = "googletest-1.17.0", urls = ["https://github.com/google/googletest/archive/v1.17.0.tar.gz"],