From 7704a62c78afc2c95a61d63deb7da31ccac5b814 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 22 Jul 2016 15:16:29 -0700 Subject: [PATCH] Temporarily stop building debug tests, as they fail in travis @timsifive can you look into why? https://travis-ci.org/riscv/riscv-tools/builds/146759105 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d2b088e..86c2d01 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ bmarkdir := $(abs_top_src_dir)/benchmarks isa_src_dir := $(abs_top_src_dir)/isa debug_src_dir := $(abs_top_src_dir)/debug -all: benchmarks isa debug +all: benchmarks isa install: all install -d $(instbasedir)/share/riscv-tests/isa -- 2.30.2