From 8439b9cc09dc98b5a834c9d86f034256d7b6a89d Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Wed, 26 Nov 2025 21:48:35 -0800 Subject: [PATCH] All pkg/driver/vz files need to check the !no_vz condition Signed-off-by: Jan Dubois --- pkg/driver/vz/register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/driver/vz/register.go b/pkg/driver/vz/register.go index 41ac32a5dd2..1ac16593cf3 100644 --- a/pkg/driver/vz/register.go +++ b/pkg/driver/vz/register.go @@ -1,4 +1,4 @@ -//go:build darwin && !external_vz +//go:build darwin && !no_vz && !external_vz // SPDX-FileCopyrightText: Copyright The Lima Authors // SPDX-License-Identifier: Apache-2.0