meshtasticd debian: split libs for PPA (#5745)

This commit is contained in:
Austin
2025-01-05 11:22:11 -05:00
committed by GitHub
parent 6aabbedc00
commit 35814fd4bc
10 changed files with 132 additions and 9 deletions

41
.github/workflows/build_debian_src.yml vendored Normal file
View File

@@ -0,0 +1,41 @@
name: Build Debian Source Package
on: workflow_call
permissions:
contents: write
packages: write
jobs:
build-debian-src:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Install deps
shell: bash
run: |
sudo apt-get update -y --fix-missing
sudo apt-get install -y devscripts equivs
- name: Fetch libdeps, package debian source
run: debian/ci_pack_sdeb.sh
- name: Get release version string
run: |
echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
echo "short=$(./bin/buildinfo.py short)" >> $GITHUB_OUTPUT
id: version
- name: Store binaries as an artifact
uses: actions/upload-artifact@v4
with:
name: firmware-debian-${{ steps.version.outputs.long }}-src.zip
overwrite: true
path: |
../meshtasticd_${{ steps.version.outputs.short }}*