File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ tb_combine_html = rule(
138138 "_Vulcanize" : attr .label (
139139 default = Label ("//tensorboard/java/org/tensorflow/tensorboard/vulcanize:Vulcanize" ),
140140 executable = True ,
141- cfg = "host " ,
141+ cfg = "exec " ,
142142 ),
143143 },
144144 outputs = {
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ tf_web_library = rule(
266266 "_WebfilesServer" : attr .label (
267267 default = Label ("@io_bazel_rules_closure//java/io/bazel/rules/closure/webfiles/server:WebfilesServer" ),
268268 executable = True ,
269- cfg = "host " ),
269+ cfg = "exec " ),
270270 "_ClosureWorker" : CLOSURE_WORKER_ATTR ,
271271 "_closure_library_base" : CLOSURE_LIBRARY_BASE_ATTR ,
272272 },
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ tensorboard_zip_file = rule(
5353 "_Zipper" : attr .label (
5454 default = Label ("//tensorboard/java/org/tensorflow/tensorboard/vulcanize:Zipper" ),
5555 executable = True ,
56- cfg = "host " ),
56+ cfg = "exec " ),
5757 },
5858 outputs = {
5959 "zip" : "%{name}.zip" ,
You can’t perform that action at this time.
0 commit comments