Skip to content

Commit f88e36f

Browse files
author
Mandeep Singh Grang
authored
Merge pull request #92 from microsoft/lnt-arm
Disable long running LNT test mafft on ARM #617
2 parents acc0623 + 6617d71 commit f88e36f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MultiSource/Benchmarks/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@ PARALLEL_DIRS := $(filter-out 7zip, $(PARALLEL_DIRS))
4040
PARALLEL_DIRS := $(filter-out PAQ8p, $(PARALLEL_DIRS))
4141
endif
4242

43+
ifeq ($(ARCH),ARM)
44+
# On ARM qemu, mafft takes a long time to run. So we skip it.
45+
PARALLEL_DIRS := $(filter-out mafft, $(PARALLEL_DIRS))
46+
endif
47+
4348
include $(LEVEL)/MultiSource/Makefile.multisrc

0 commit comments

Comments
 (0)