1
0

Remove -j from "make run-bmark-tests" in travis

+currently causes inconsistency in build success
+unclear what root cause is
This commit is contained in:
Colin Schmidt 2015-09-16 12:25:00 -07:00
parent de81762f7c
commit 7ecb936bf5

View File

@ -73,4 +73,4 @@ script:
# run riscv-tests # run riscv-tests
- cd ../../emulator - cd ../../emulator
- make -j 8 run-asm-tests - make -j 8 run-asm-tests
- make -j 8 run-bmark-tests - make run-bmark-tests