Merge branch 'master' into parallel-gpiochip-support

This commit is contained in:
Patrick Siegl 2025-01-06 11:09:23 +01:00 committed by GitHub
commit 3c81d8ed75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 12 deletions

View File

@ -128,16 +128,6 @@ jobs:
with:
board: ${{ matrix.board }}
package-ppa:
strategy:
fail-fast: false
matrix:
series: [plucky, oracular, noble, jammy]
uses: ./.github/workflows/package_ppa.yml
with:
series: ${{ matrix.series }}
secrets: inherit
package-raspbian:
uses: ./.github/workflows/package_raspbian.yml

View File

@ -6,6 +6,9 @@ export PLATFORMIO_CORE_DIR=pio/core
# Download libraries to `libdeps`
platformio pkg install -e native
platformio pkg install -t tool-scons -e native
tar -cf pio.tar pio/
rm -rf pio
package=$(dpkg-parsechangelog --show-field Source)
@ -14,4 +17,4 @@ dch --create --distribution $SERIES --package $package --newversion $PKG_VERSION
"GitHub Actions Automatic packaging for $PKG_VERSION~$SERIES"
# Build the source deb
debuild -S -k$GPG_KEY_ID
debuild -S -nc -k$GPG_KEY_ID

1
debian/rules vendored
View File

@ -13,6 +13,7 @@ PIO_ENV:=\
override_dh_auto_build:
# Build with platformio
tar -xf pio.tar
$(PIO_ENV) platformio run -e native
# Move the binary and default config to the correct name
mv .pio/build/native/program .pio/build/native/meshtasticd

View File

@ -1 +1,2 @@
extend-diff-ignore = "\.pio\w*?$"
extend-diff-ignore = "\.pio\w*?$"
tar-ignore = ""