diff --git a/.github/workflows/deb-buildd.yml b/.github/workflows/deb-buildd.yml index 08bbb57a..83a0bf2b 100644 --- a/.github/workflows/deb-buildd.yml +++ b/.github/workflows/deb-buildd.yml @@ -36,7 +36,7 @@ jobs: attestations: write steps: - name: Install necessary packages - timeout-minutes: 1 + timeout-minutes: 2 run: | set -xe tee /etc/dpkg/dpkg.cfg.d/force-unsafe-io > /dev/null < /dev/null <> $GITHUB_ENV - mmdebstrap-autopkgtest-build-qemu --boot=efi --mirror "${{ env.MIRROR }}" "${{ inputs.dist-version }}" "$IMAGE" + eatmydata mmdebstrap-autopkgtest-build-qemu --boot=efi --mirror "${{ env.MIRROR }}" "${{ inputs.dist-version }}" "$IMAGE" - name: Run autopkgtest timeout-minutes: 10 if: steps.qemu-image.conclusion != 'skipped' run: | set -xe - autopkgtest --no-built-binaries --apt-upgrade "$GITHUB_WORKSPACE/deb-src"/*.dsc "${{ env.BUILD_DIR }}"/*.changes -- autopkgtest-virt-qemu --qemu-options="-smp $(nproc --all)" --boot=efi "${{ env.IMAGE }}" + eatmydata autopkgtest --no-built-binaries --apt-upgrade "$GITHUB_WORKSPACE/deb-src"/*.dsc "${{ env.BUILD_DIR }}"/*.changes -- autopkgtest-virt-qemu --qemu-options="-smp $(nproc --all)" --boot=efi "${{ env.IMAGE }}" diff --git a/.github/workflows/deb-publish.yml b/.github/workflows/deb-publish.yml index 8f7941fd..6d21bb1d 100644 --- a/.github/workflows/deb-publish.yml +++ b/.github/workflows/deb-publish.yml @@ -23,7 +23,7 @@ jobs: SUITE: ${{ (github.event_name == 'push' && github.ref_type == 'tag') && 'release' || 'snapshot' }} steps: - name: Install necessary packages - timeout-minutes: 1 + timeout-minutes: 2 run: | set -xe tee /etc/dpkg/dpkg.cfg.d/force-unsafe-io > /dev/null < /dev/null < /dev/null <> ${binary:Version}), +Replaces: bcachefs-kernel-dkms (<< ${binary:Version}), + bcachefs-kernel-dkms (>> ${binary:Version}), Description: bcachefs userspace tools Userspace tools for bcachefs, a modern copy on write, checksumming, multi device filesystem.