mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 15:39:07 +00:00
disable the test on i386
This commit is contained in:
parent
4573b6a9e1
commit
5ca8352d29
8
debian/qualify-clang.sh
vendored
8
debian/qualify-clang.sh
vendored
@ -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 ..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user