Skip to content

Commit

Permalink
Update WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
qxzhou1010 authored Jun 3, 2024
1 parent 57e159e commit e387fb8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ psi_deps()
#
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

SECRETFLOW_GIT = "https://github.com/secretflow"

YACL_COMMIT_ID = "866fbf8712368653904790f65774da0c1a1b3346"

git_repository(
name = "yacl",
commit = YACL_COMMIT_ID,
recursive_init_submodules = True,
remote = "{}/yacl.git".format(SECRETFLOW_GIT),
)

load("@yacl//bazel:repositories.bzl", "yacl_deps")

Expand Down

0 comments on commit e387fb8

Please sign in to comment.