Skip to content

Commit

Permalink
Last Ditch effort for PPA build
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Jan 4, 2025
1 parent eb72ee0 commit 6aabbed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

override_dh_auto_build:
# Terrible hack to use modern platformio to build the native version
python3 -m venv venv
. venv/bin/activate
pip install platformio
# python3 -m venv venv
# . venv/bin/activate
pip install platformio --break-system-packages
platformio run -e native
deactivate
rm -rf venv
# deactivate
# rm -rf venv
# Move the binary and default config to the correct name
mv .pio/build/native/program .pio/build/native/meshtasticd
cp bin/config-dist.yaml bin/config.yaml

0 comments on commit 6aabbed

Please sign in to comment.