From 754c47bdd18d1c22f7c6016332eaa9d875e59935 Mon Sep 17 00:00:00 2001 From: Christopher Celio Date: Mon, 14 Sep 2015 15:45:50 -0700 Subject: [PATCH] Removed "make debug" test from travis - currently causes gcc4.8 to crash - likely due to high memory requirements in compiling generated c++ code for debug/vcd output --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ea948e0..8a4cf5e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,6 @@ script: # build emulator - cd ../../../emulator - make -j 8 - - make -j 8 debug # build riscv-gcc - cd ../riscv-tools/riscv-gnu-toolchain - ./configure --prefix=$RISCV