disable the test on i386

This commit is contained in:
Sylvestre Ledru 2023-07-11 18:01:29 +02:00
parent 4573b6a9e1
commit 5ca8352d29

View File

@ -490,10 +490,10 @@ check_symlink "libclang-cpp.so.$VERSION"
check_symlink "libclang-$VERSION.so"
check_symlink "libclang.so"
echo "Testing python clang ..."
python3 -c 'from ctypes import *; import clang.cindex; config = clang.cindex.Config(); verfunc = config.lib.clang_getClangVersion; verfunc.restype = c_char_p ; print(verfunc())'
if [ $DEB_HOST_ARCH != "i386" ]; then
echo "Testing python clang ..."
python3 -c 'from ctypes import *; import clang.cindex; config = clang.cindex.Config(); verfunc = config.lib.clang_getClangVersion; verfunc.restype = c_char_p ; print(verfunc())'
fi
echo "Testing code coverage ..."