commit f25a714ca11a2d8021a70e60ceec89b615607727 from: mtmn date: Fri Jul 10 12:47:57 2026 UTC bazel: fix local-deploy copy cmd commit - bc68c36644155bb8774b2646ee235d98e29bd9ad commit + f25a714ca11a2d8021a70e60ceec89b615607727 blob - 5b12c3959663ff8b26a05e19e7b66a4b79b10127 blob + b766af83b4019b16bedaad388633b7a6828635fd --- bazel/local-deploy.bzl +++ bazel/local-deploy.bzl @@ -69,7 +69,7 @@ def _local_deploy_impl(ctx): "SRC=\"%s\"" % f.short_path, "REAL=$(readlink -f \"$SRC\")", "echo \"Copying $SRC to $TARGET_DIR\"", - "cp \"$REAL\" \"$TARGET_DIR/$(basename \"$SRC\")\"", + "cp -f \"$REAL\" \"$TARGET_DIR/$(basename \"$SRC\")\"", ]) # Copy runfiles if enabled