We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b6d26 commit a0fb6b0Copy full SHA for a0fb6b0
tf_keras/wheel/wheel.bzl
@@ -65,6 +65,8 @@ def _wheel_impl(ctx):
65
)
66
args.add("--build-source-package-only", "True")
67
output_file = ctx.actions.declare_file(output_path + "/" + name)
68
+
69
+ # TODO(ybaturina): Make this directory name dynamic to avoid collisions.
70
copied_whl_srcs_dir = ctx.actions.declare_directory("copied_whl_srcs")
71
outputs = [copied_whl_srcs_dir, output_file]
72
args.add("--whl_dir", output_file.path[:output_file.path.rfind("/")])
0 commit comments