mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-31 07:10:41 +00:00
Disable mlir test on armel, hangs
This commit is contained in:
parent
8a0b005291
commit
59a5e080da
2
debian/rules
vendored
2
debian/rules
vendored
@ -1326,7 +1326,7 @@ endif
|
||||
ninja $(VERBOSE) -C $(TARGET_BUILD_STAGE2) check-libcxxabi || true
|
||||
|
||||
# MLIR
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), armhf i386 x32))
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH), armel armhf i386 x32))
|
||||
# Do not run MLIR test on i386 because of
|
||||
# https://github.com/llvm/llvm-project/issues/58357
|
||||
ninja $(VERBOSE) -C $(TARGET_BUILD_STAGE2) check-mlir || true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user