1
0

don't run bmarks in parallel

This commit is contained in:
Colin Schmidt 2016-02-22 13:34:24 -08:00
parent 4ce603e548
commit c1b5f71ee7

View File

@ -80,4 +80,5 @@ script:
- make -j 8 > build.gcc.out
# run riscv-tests
- cd ../../emulator
- make -j 8 CONFIG=$ECONFIG run
- make -j 8 CONFIG=$ECONFIG run-asm-tests
- make CONFIG=$ECONFIG run-bmark-tests