From: Daan De Meyer Date: Fri, 31 May 2024 08:25:08 +0000 (+0200) Subject: mkosi: Unify device timeout for CI and local runs X-Git-Tag: v256-rc4~65^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F33123%2Fhead;p=thirdparty%2Fsystemd.git mkosi: Unify device timeout for CI and local runs Now that we use KVM and don't use repart anymore to create a root partition on first boot, let's see if we can use the same device timeout for both local and CI runs. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 9816719e9b1..32dab1a7f3a 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -123,15 +123,6 @@ jobs: RuntimeBuildSources=no EOF - # These should override the options from mkosi.conf so we put them in a dropin that's ordered later - # instead. - tee mkosi.conf.d/99-ci.conf <