Skip to content

Commit 8376576

Browse files
committed
Comment out conditional
1 parent 11e97f6 commit 8376576

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packaging/post_build_script.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ 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-
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

4949
echo "ls dist"
5050
ls dist

0 commit comments

Comments
 (0)