mirror of https://github.com/ecmwf/eccodes.git
Disable parallel builds to overcome intermittent build breaks due to GCC/make bug
This commit is contained in:
parent
1ebf5804bf
commit
a8c78f4ee5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue