From 699504444c00c94932074a3366c2b97e52662518 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:39:49 +0000 Subject: [PATCH] Update org_interconnection digest to 0dbbc91 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index de077b24..f661c496 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/3afbd63192023028e5c5a440abf6882c65fc0fca.tar.gz", + "https://github.com/secretflow/interconnection/archive/0dbbc9154db1f00c3b1fd0c747957f35249ab8db.tar.gz", ], - strip_prefix = "interconnection-3afbd63192023028e5c5a440abf6882c65fc0fca", - sha256 = "a34e703e9990afb4d1546e65b9fb732d4558b0d0bb5e2efa3dc345ca16259ad0", + strip_prefix = "interconnection-0dbbc9154db1f00c3b1fd0c747957f35249ab8db", + sha256 = "72c89daeaa8827a988fec924bafd0058403099c4c5f5058b8041248079f0f51b", ) # Add homebrew openmp for macOS, somehow..homebrew installs to different location on Apple Silcon/Intel macs.. so we need two rules here