From cfd6483ea5f61e6e2e7f09c2fbed411d232dd153 Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 1 May 2020 16:34:16 -0700 Subject: [PATCH] oops - platform IO can have stale target specific builds without this --- bin/build-all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/build-all.sh b/bin/build-all.sh index 2b31a306..44a7d875 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -39,6 +39,9 @@ function do_build { cp $SRCELF $OUTDIR/elfs/firmware-$ENV_NAME-$COUNTRY-$VERSION.elf } +# Important to pull latest version of libs into all device flavors, otherwise some devices might be stale +platformio lib update + for COUNTRY in $COUNTRIES; do for BOARD in $BOARDS; do do_build $BOARD