File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,5 @@ assert_not_in_wheel $wheel_path "^doc"
37
37
assert_not_in_wheel $wheel_path " ^benchmarks"
38
38
assert_not_in_wheel $wheel_path " ^packaging"
39
39
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
-
57
40
echo " ls dist"
58
41
ls dist
You can’t perform that action at this time.
0 commit comments