diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index e4148cfa..7483187b 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -60,10 +60,10 @@ def _org_interconnection(): http_archive, name = "org_interconnection", urls = [ - "https://github.com/secretflow/interconnection/archive/32ec6f51aeb662f84c4d06fd8a0c3675a1e801a6.tar.gz", + "https://github.com/secretflow/interconnection/archive/30e4220b7444d0bb077a9040f1b428632124e31a.tar.gz", ], - strip_prefix = "interconnection-32ec6f51aeb662f84c4d06fd8a0c3675a1e801a6", - sha256 = "a6b65900c36f1f9bc9c5bfa4fbf1b66fb1045f09eca8beb3a09c4be4c80b85f3", + strip_prefix = "interconnection-30e4220b7444d0bb077a9040f1b428632124e31a", + sha256 = "341f6de0fa7dd618f9723009b9cb5b1da1788aacb9e12acfb0c9b19e5c5a7354", ) # Add homebrew openmp for macOS, somehow..homebrew installs to different location on Apple Silcon/Intel macs.. so we need two rules here