Skip to content

Commit c24ac4c

Browse files
kirilgtensorflower-gardener
authored andcommitted
Introduce a "io_bazel_rules_closure" http_archive in our WORKSPACE file to match TensorFlow's.
Change: 146949894
1 parent 342eaef commit c24ac4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

WORKSPACE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ local_repository(
55
path = "tensorflow",
66
)
77

8+
# TensorFlow depends on "io_bazel_rules_closure" so we need this here.
9+
# Needs to be kept in sync with the same target in TensorFlow's WORKSPACE file.
10+
http_archive(
11+
name = "io_bazel_rules_closure",
12+
sha256 = "60fc6977908f999b23ca65698c2bb70213403824a84f7904310b6000d78be9ce",
13+
strip_prefix = "rules_closure-5ca1dab6df9ad02050f7ba4e816407f88690cf7d",
14+
urls = [
15+
"http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/5ca1dab6df9ad02050f7ba4e816407f88690cf7d.tar.gz", # 2017-02-03
16+
"https://github.com/bazelbuild/rules_closure/archive/5ca1dab6df9ad02050f7ba4e816407f88690cf7d.tar.gz",
17+
],
18+
)
19+
820
# Please add all new TensorFlow Serving dependencies in workspace.bzl.
921
load('//tensorflow_serving:workspace.bzl', 'tf_serving_workspace')
1022
tf_serving_workspace()

0 commit comments

Comments
 (0)