mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-10 21:52:20 +00:00
Disable tests on mips64el
This commit is contained in:
parent
e336d3af61
commit
4fde42011e
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user