Disable parallel builds to overcome intermittent build breaks due to GCC/make bug

This commit is contained in:
Shahram Najm 2016-07-04 13:41:42 +01:00
parent 1ebf5804bf
commit a8c78f4ee5
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash
# ctest_parallel="no"
# Disable parallel builds in bamboo due to occasional failure
# GCC Parallel error: file not recognized: File truncated
# https://seiscode.iris.washington.edu/issues/587
make_parallel="no"