From 6f5a1feb32132e0b1aeeeabc311e0bef0d95fb51 Mon Sep 17 00:00:00 2001 From: anakinxc Date: Wed, 31 Jul 2024 21:50:41 +0800 Subject: [PATCH] Update yacl --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index dc22eb3..f157a78 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -54,10 +54,10 @@ def _yacl(): http_archive, name = "yacl", urls = [ - "https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b4_fourq_test.tar.gz", + "https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b4_nightly_20240731.tar.gz", ], - strip_prefix = "yacl-0.4.5b4_fourq_test", - sha256 = "5e490cba30bcb03e751937795a14fb5c9fd0a24d61095c8ec937a86ce7f96ec9", + strip_prefix = "yacl-0.4.5b4_nightly_20240731", + sha256 = "952715bd56f6d9386984e9963426a1399bd2bd3702cf3efede9c82591cfab99b", ) def _bazel_platform():