aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/repo.bzl
diff options
context:
space:
mode:
authorGravatar Jason Zaman <jason@perfinion.com>2018-07-12 11:19:56 +0800
committerGravatar Jason Zaman <jason@perfinion.com>2018-07-13 11:26:55 +0800
commit8fc498b925d7fc0ebd0e00dba90fbc945e37a532 (patch)
tree19dce71637bb294977295cc59f8f5314306c4d7f /third_party/repo.bzl
parent209e4d12a2f0237768d1306a5be411479a8d4b12 (diff)
third_party/repo: add TF_SYSTEM_LIBS to environ so bazel knows to refresh
Signed-off-by: Jason Zaman <jason@perfinion.com>
Diffstat (limited to 'third_party/repo.bzl')
-rw-r--r--third_party/repo.bzl5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/repo.bzl b/third_party/repo.bzl
index fb33c389ac..5cb42691c5 100644
--- a/third_party/repo.bzl
+++ b/third_party/repo.bzl
@@ -123,7 +123,10 @@ tf_http_archive = repository_rule(
"patch_file": attr.label(),
"build_file": attr.label(),
"system_build_file": attr.label(),
- })
+ },
+ environ=[
+ "TF_SYSTEM_LIBS",
+ ])
"""Downloads and creates Bazel repos for dependencies.
This is a swappable replacement for both http_archive() and