eccodes/bamboo/env.sh

8 lines
204 B
Bash
Raw Normal View History

2014-11-13 10:06:52 +00:00
#!/bin/bash
# Disable parallel builds in bamboo due to occasional failure
# GCC Parallel error: file not recognized: File truncated
# https://seiscode.iris.washington.edu/issues/587
2014-11-18 10:53:35 +00:00
make_parallel="no"