From 78274f6a748364e16cbf34b5ea3b8eebafe21b28 Mon Sep 17 00:00:00 2001 From: PaliC Date: Wed, 3 Jul 2024 13:43:58 -0700 Subject: [PATCH] [Split Build] remove unnessary file removal --- manywheel/build_common.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/manywheel/build_common.sh b/manywheel/build_common.sh index 9b9ad7b42..08ca92466 100644 --- a/manywheel/build_common.sh +++ b/manywheel/build_common.sh @@ -437,19 +437,6 @@ for pkg in /$WHEELHOUSE_DIR/torch_no_python*.whl /$WHEELHOUSE_DIR/torch*linux*.w popd fi - if [[ "$USE_SPLIT_BUILD" == "true" ]]; then - # @sahanp todo: Remove this line - echo "current files in directory" - ls -l - - echo "removing extraneous .so and .a files" - # todo @PaliC: Remove these .so and .a files before hand in the split build - rm *.so *.a || true - - echo "Packaging the following files" - ls -alR - fi - # zip up the wheel back zip -rq $(basename $pkg) $PREIX*