mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
linux-native: only install linux native deps (#3510)
This is a couple times faster because platformio checks all environment sequentially. Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
parent
3cf6c47bab
commit
279464f96d
@ -13,7 +13,7 @@ mkdir -p $OUTDIR/
|
||||
rm -r $OUTDIR/* || true
|
||||
|
||||
# Important to pull latest version of libs into all device flavors, otherwise some devices might be stale
|
||||
platformio pkg update
|
||||
platformio pkg update --environment native
|
||||
pio run --environment native
|
||||
cp .pio/build/native/program "$OUTDIR/meshtasticd_linux_$(uname -m)"
|
||||
cp bin/device-install.* $OUTDIR
|
||||
|
Loading…
Reference in New Issue
Block a user