Skip to content

Commit 494c990

Browse files
committed
Remove our own manywheel fixup
1 parent 2c137e7 commit 494c990

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

packaging/post_build_script.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,5 @@ assert_not_in_wheel $wheel_path "^doc"
3737
assert_not_in_wheel $wheel_path "^benchmarks"
3838
assert_not_in_wheel $wheel_path "^packaging"
3939

40-
if [[ "$unamestr" == 'Linux' ]]; then
41-
# TODO: Put this back with higher upper bound of version symbol.
42-
# # See invoked python script below for details about this check.
43-
# extracted_wheel_dir=$(mktemp -d)
44-
# unzip -q $wheel_path -d $extracted_wheel_dir
45-
# symbols_matches=$(find $extracted_wheel_dir | grep ".so$" | xargs objdump --syms | grep GLIBCXX_3.4.)
46-
# python packaging/check_glibcxx.py "$symbols_matches"
47-
48-
echo "ls dist"
49-
ls dist
50-
51-
old="linux_x86_64"
52-
new="manylinux_2_17_x86_64.manylinux2014_x86_64"
53-
echo "Replacing ${old} with ${new} in wheel name"
54-
mv dist/*${old}*.whl $(echo dist/*${old}*.whl | sed "s/${old}/${new}/")
55-
fi
56-
5740
echo "ls dist"
5841
ls dist

0 commit comments

Comments
 (0)