diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-11-26 10:16:55 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-11-26 11:53:03 -0800 |
| commit | 0c55ddf0fca8760c9e167f6ee9f069ae1e15801b (patch) | |
| tree | 03c72a788c75fb6b11fc65823201954894b357c7 /tools | |
| parent | 292737fa2b3c18d18ccefe9b8cf6eef5e158fdd0 (diff) | |
Update to Xenial on Travis
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/build_adafruit_bins.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build_adafruit_bins.sh b/tools/build_adafruit_bins.sh index 840e6f24e..20744ab75 100755 --- a/tools/build_adafruit_bins.sh +++ b/tools/build_adafruit_bins.sh @@ -69,8 +69,9 @@ for board in $boards; do for language_file in $(ls locale/*.po); do language=$(basename -s .po $language_file) echo "Building $board for $language" + # There is a bug in the Huzzah Makefile that causes it to fail occasionally with -j > 1. if [[ $board == "feather_huzzah" ]]; then - make $PARALLEL -C ports/esp8266 TRANSLATION=$language BOARD=$board + make -C ports/esp8266 TRANSLATION=$language BOARD=$board (( exit_status = exit_status || $? )) temp_filename=ports/esp8266/build/firmware-combined.bin extension=bin |
