Skip to content

Commit

Permalink
disable precompiled libraries for incompatible tensorboard js_binaries
Browse files Browse the repository at this point in the history
Opt out breaking targets from using precompiled libraries. This is apart of the LSC to make precompiled libraries the default for js_binary and js_module_binary in google3. This is a no op, we are just moving the flag from the .bzl to the users BUILD file
  • Loading branch information
dloyda authored Oct 1, 2024
1 parent dc20af5 commit 052ed96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorboard/components/tensor_widget/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ tf_js_binary(
],
compile = 1,
entry_point = ":tensor-widget-interop.ts",
use_precompiled_libraries = False,
deps = [
":tensor_widget_binary_lib",
],
Expand Down

0 comments on commit 052ed96

Please sign in to comment.