@@ -12,7 +12,9 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
1212load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
1313
1414# TF 1.15
15+ # LINT.IfChange(tf_commit)
1516_TENSORFLOW_GIT_COMMIT = "590d6eef7e91a6a7392c8ffffb7b58f2e0c8bc6b"
17+ # LINT.ThenChange(:io_bazel_rules_clousure)
1618http_archive (
1719 name = "org_tensorflow" ,
1820 sha256 = "750186951a699cb73d6b440c7cd06f4b2b80fd3ebb00cbe00f655c7da4ae243e" ,
@@ -34,15 +36,17 @@ http_archive(
3436
3537# TensorFlow depends on "io_bazel_rules_closure" so we need this here.
3638# Needs to be kept in sync with the same target in TensorFlow's WORKSPACE file.
39+ # LINT.IfChange(io_bazel_rules_clousure)
3740http_archive (
3841 name = "io_bazel_rules_closure" ,
39- sha256 = "e0a111000aeed2051f29fcc7a3f83be3ad8c6c93c186e64beb1ad313f0c7f9f9 " ,
40- strip_prefix = "rules_closure-cf1e44edb908e9616030cc83d085989b8e6cd6df " ,
42+ sha256 = "5b00383d08dd71f28503736db0500b6fb4dda47489ff5fc6bed42557c07c6ba9 " ,
43+ strip_prefix = "rules_closure-308b05b2419edb5c8ee0471b67a40403df940149 " ,
4144 urls = [
42- "http://mirror.tensorflow.org/github.com/bazelbuild/rules_closure/archive/cf1e44edb908e9616030cc83d085989b8e6cd6df .tar.gz" ,
43- "https://github.com/bazelbuild/rules_closure/archive/cf1e44edb908e9616030cc83d085989b8e6cd6df .tar.gz" , # 2019-04-04
45+ "http://mirror.tensorflow.org/github.com/bazelbuild/rules_closure/archive/308b05b2419edb5c8ee0471b67a40403df940149 .tar.gz" ,
46+ "https://github.com/bazelbuild/rules_closure/archive/308b05b2419edb5c8ee0471b67a40403df940149 .tar.gz" , # 2020-02-14
4447 ],
4548)
49+ # LINT.ThenChange(:tf_commit)
4650
4751# Please add all new TensorFlow Data Validation dependencies in workspace.bzl.
4852load ("//tensorflow_data_validation:workspace.bzl" , "tf_data_validation_workspace" )
0 commit comments