Skip to content

Commit

Permalink
libvirt: Raise minimum supported version
Browse files Browse the repository at this point in the history
machine-driver-libvirt was recently switched to 8.0.0:
crc-org/machine-driver-libvirt@bd62139

This fixes #4047

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
  • Loading branch information
cfergeau committed Feb 28, 2024
1 parent 886c0f0 commit 295fc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/preflight/preflight_checks_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

const (
// This is defined in https://github.com/crc-org/machine-driver-libvirt/blob/master/go.mod#L5
minSupportedLibvirtVersion = "3.4.0"
minSupportedLibvirtVersion = "8.0.0"
)

func checkRunningInsideWSL2() error {
Expand Down

0 comments on commit 295fc22

Please sign in to comment.