From 4d8aac3366e80e7890bc98f60dd2660ad5aa3663 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:51:22 +0800 Subject: [PATCH] Update repositories.bzl --- bazel/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index ae424065..a88465f8 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -18,7 +18,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") SECRETFLOW_GIT = "https://github.com/secretflow" -YACL_COMMIT_ID = "6ba8bd5f02035176ec4daaca1c1269195a1b1b4e" +YACL_COMMIT_ID = "2b7d8882c78f07bd9e78217b7f9ca13135781e65" LIBSPI_COMMIT_ID = "dbf452b9d87619b40b73746b7c9afefc1845975b"