Disable tests on mips64el

This commit is contained in:
Gianfranco Costamagna 2024-03-05 10:18:06 +01:00
parent f604a3d48b
commit 0e82ff5822

4
debian/rules vendored
View File

@ -365,8 +365,8 @@ ifeq (riscv64,$(DEB_HOST_ARCH))
endif
endif
# llvm tests timeout, disable it on mipsel
ifeq (mipsel,$(DEB_HOST_ARCH))
# llvm tests timeout, disable it on mips64el
ifeq (mips64el,$(DEB_HOST_ARCH))
RUN_TEST=no
endif