diff --git a/WORKSPACE b/WORKSPACE index 8fa53cfc7..b0e508d0e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -5,8 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "yacl", commit = "6ba8bd5f02035176ec4daaca1c1269195a1b1b4e", - # OPENSOURCE-CLEANUP SUB git@gitlab.alipay-inc.com:secretflow/yacl.git https://github.com/secretflow/yacl.git - remote = "git@gitlab.alipay-inc.com:secretflow/yacl.git", + remote = "https://github.com/secretflow/yacl.git", ) load("@yacl//bazel:repositories.bzl", "yacl_deps")