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(
138
138
"_Vulcanize" : attr .label (
139
139
default = Label ("//tensorboard/java/org/tensorflow/tensorboard/vulcanize:Vulcanize" ),
140
140
executable = True ,
141
- cfg = "host " ,
141
+ cfg = "exec " ,
142
142
),
143
143
},
144
144
outputs = {
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ tf_web_library = rule(
266
266
"_WebfilesServer" : attr .label (
267
267
default = Label ("@io_bazel_rules_closure//java/io/bazel/rules/closure/webfiles/server:WebfilesServer" ),
268
268
executable = True ,
269
- cfg = "host " ),
269
+ cfg = "exec " ),
270
270
"_ClosureWorker" : CLOSURE_WORKER_ATTR ,
271
271
"_closure_library_base" : CLOSURE_LIBRARY_BASE_ATTR ,
272
272
},
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ tensorboard_zip_file = rule(
53
53
"_Zipper" : attr .label (
54
54
default = Label ("//tensorboard/java/org/tensorflow/tensorboard/vulcanize:Zipper" ),
55
55
executable = True ,
56
- cfg = "host " ),
56
+ cfg = "exec " ),
57
57
},
58
58
outputs = {
59
59
"zip" : "%{name}.zip" ,
You can’t perform that action at this time.
0 commit comments