File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed
Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,14 @@ assert_not_in_wheel $wheel_path "^doc"
3737assert_not_in_wheel $wheel_path "^benchmarks"
3838assert_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
40+ # TODO: Put this back with higher upper bound of version symbol.
41+ #if [[ "$unamestr" == 'Linux' ]]; then
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+ #fi
5648
5749echo "ls dist"
5850ls dist
You can’t perform that action at this time.
0 commit comments