File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,14 +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- 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
4848
4949echo " ls dist"
5050ls dist
You can’t perform that action at this time.
0 commit comments