From: Harald Hoyer Date: Wed, 10 Feb 2021 12:11:04 +0000 (+0100) Subject: ci: only bind /dev/kvm into the container X-Git-Tag: 052~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35bd0b4ac19a3bb05acd336ef0d3b1bb62e0d82e;p=thirdparty%2Fdracut.git ci: only bind /dev/kvm into the container dracut is only interested to use `/dev/kvm` if available. --- diff --git a/.github/workflows/fedora-32.yml b/.github/workflows/fedora-32.yml index 85deab4cd..dd1000e42 100644 --- a/.github/workflows/fedora-32.yml +++ b/.github/workflows/fedora-32.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: image: quay.io/haraldh/dracut-fedora:32 - options: "-v /dev:/dev" + options: "-v /dev/kvm:/dev/kvm" timeout-minutes: 45 strategy: matrix: diff --git a/.github/workflows/fedora-33.yml b/.github/workflows/fedora-33.yml index 934656143..5846cb2a6 100644 --- a/.github/workflows/fedora-33.yml +++ b/.github/workflows/fedora-33.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest container: image: quay.io/haraldh/dracut-fedora:33 - options: "-v /dev:/dev" + options: "-v /dev/kvm:/dev/kvm" timeout-minutes: 45 strategy: matrix: diff --git a/.github/workflows/fedora-latest.yml b/.github/workflows/fedora-latest.yml index 18a28a0a7..8a40d0cda 100644 --- a/.github/workflows/fedora-latest.yml +++ b/.github/workflows/fedora-latest.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: image: quay.io/haraldh/dracut-fedora:latest - options: "-v /dev:/dev" + options: "-v /dev/kvm:/dev/kvm" timeout-minutes: 45 strategy: matrix: