Disable tests on mips64el

This commit is contained in:
Gianfranco Costamagna 2024-03-05 10:18:06 +01:00
parent e336d3af61
commit 4fde42011e

4
debian/rules vendored
View File

@ -379,8 +379,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