mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-04 12:52:12 +00:00
Disable tests on mips64el
This commit is contained in:
parent
f604a3d48b
commit
0e82ff5822
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user