deb PPA: re-enable trixie

As noted in IRC, one could use a custom-compiled newer kernel,
so it's useful to still provide tools for the dist.

But disable autopkgtest, since dkms is not usable out-of-the-box.
This commit is contained in:
Roman Lebedev 2025-09-25 20:03:07 +03:00
parent 346618c73b
commit c4b4cb66ec
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0
2 changed files with 2 additions and 1 deletions

View File

@ -279,7 +279,7 @@ jobs:
- name: Build Qemu image for autopkgtest
timeout-minutes: 2
id: qemu-image
if: inputs.dist-name == 'debian' && inputs.arch == 'amd64'
if: inputs.dist-name == 'debian' && inputs.dist-version != 'trixie' && inputs.arch == 'amd64'
run: |
set -xe
IMAGE="/tmp/autopkgtest-qemu-image.qcow2"

View File

@ -43,6 +43,7 @@ jobs:
dist:
- { name: debian, version: unstable }
- { name: debian, version: forky } # Debian 14
- { name: debian, version: trixie } # Debian 13
- { name: ubuntu, version: questing } # Ubuntu 25.10 (Questing Quokka) Beta
- { name: ubuntu, version: plucky } # Ubuntu 25.04 (Plucky Puffin)
uses: ./.github/workflows/deb-buildd.yml