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:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user