mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
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:
parent
346618c73b
commit
c4b4cb66ec
2
.github/workflows/deb-buildd.yml
vendored
2
.github/workflows/deb-buildd.yml
vendored
@ -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"
|
||||
|
||||
1
.github/workflows/deb-orchestrator.yml
vendored
1
.github/workflows/deb-orchestrator.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user