mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 05:31:25 +00:00
Last Ditch effort for PPA build
This commit is contained in:
parent
eb72ee0fc1
commit
6aabbedc00
10
debian/rules
vendored
10
debian/rules
vendored
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# Terrible hack to use modern platformio to build the native version
|
# Terrible hack to use modern platformio to build the native version
|
||||||
python3 -m venv venv
|
# python3 -m venv venv
|
||||||
. venv/bin/activate
|
# . venv/bin/activate
|
||||||
pip install platformio
|
pip install platformio --break-system-packages
|
||||||
platformio run -e native
|
platformio run -e native
|
||||||
deactivate
|
# deactivate
|
||||||
rm -rf venv
|
# rm -rf venv
|
||||||
# Move the binary and default config to the correct name
|
# Move the binary and default config to the correct name
|
||||||
mv .pio/build/native/program .pio/build/native/meshtasticd
|
mv .pio/build/native/program .pio/build/native/meshtasticd
|
||||||
cp bin/config-dist.yaml bin/config.yaml
|
cp bin/config-dist.yaml bin/config.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user