Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions manywheel/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down