Skip to content

Commit

Permalink
Update yacl digest to c1721d4 (#55)
Browse files Browse the repository at this point in the history
* Update yacl digest to c1721d4

* Update WORKSPACE

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: anakinxc <[email protected]>
  • Loading branch information
renovate[bot] and anakinxc authored Jan 23, 2024
1 parent 3116174 commit d565cfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit d565cfb

Please sign in to comment.