From d565cfb02fe5e354215d407e11432ffa588f94f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:18:33 +0800 Subject: [PATCH] Update yacl digest to c1721d4 (#55) * Update yacl digest to c1721d4 * Update WORKSPACE --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: anakinxc <103552181+anakinxc@users.noreply.github.com> --- WORKSPACE | 4 ++++ bazel/repositories.bzl | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 9fa078a7..52192b08 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -27,6 +27,10 @@ load("@yacl//bazel:repositories.bzl", "yacl_deps") yacl_deps() +load("@rules_python//python:repositories.bzl", "py_repositories") + +py_repositories() + load( "@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies", diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 9061cf20..10dea017 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/ea6e1ea567903804f17525fe04ede706815ece38.tar.gz", + "https://github.com/secretflow/yacl/archive/c1721d4671be03adf46b2094f12a6e895eb02f8b.tar.gz", ], - strip_prefix = "yacl-ea6e1ea567903804f17525fe04ede706815ece38", - sha256 = "51c58b3c9704e439101311f74a46d97b0bc3afe2d1c53866e6a80629745cabe1", + strip_prefix = "yacl-c1721d4671be03adf46b2094f12a6e895eb02f8b", + sha256 = "06c72b715e7132a742049c7f491387baa4e6be60dab063093e59516376bc8d14", ) def _bazel_platform():