mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
third_party/repo: add TF_SYSTEM_LIBS to environ so bazel knows to refresh
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
5
third_party/repo.bzl
vendored
5
third_party/repo.bzl
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user