File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ assert_not_in_wheel $wheel_path "^benchmarks"
38
38
assert_not_in_wheel $wheel_path " ^packaging"
39
39
40
40
if [[ " $unamestr " == ' Linux' ]]; then
41
- # See invoked python script below for details about this check.
42
- extracted_wheel_dir=$( mktemp -d)
43
- unzip -q $wheel_path -d $extracted_wheel_dir
44
- symbols_matches=$( find $extracted_wheel_dir | grep " .so$" | xargs objdump --syms | grep GLIBCXX_3.4.)
45
- python packaging/check_glibcxx.py " $symbols_matches "
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"
46
47
47
48
echo " ls dist"
48
49
ls dist
You can’t perform that action at this time.
0 commit comments