From c5713dd24bad8d20c6b12f30330cf60d165e1d03 Mon Sep 17 00:00:00 2001 From: Martin Necas Date: Thu, 19 Sep 2024 10:46:18 +0200 Subject: [PATCH] virt-v2v: Fix bazel build Signed-off-by: Martin Necas --- virt-v2v/pkg/customize/BUILD.bazel | 2 -- 1 file changed, 2 deletions(-) diff --git a/virt-v2v/pkg/customize/BUILD.bazel b/virt-v2v/pkg/customize/BUILD.bazel index 10dd84041..99ab66a48 100644 --- a/virt-v2v/pkg/customize/BUILD.bazel +++ b/virt-v2v/pkg/customize/BUILD.bazel @@ -28,10 +28,8 @@ go_library( "scripts/rhel/run/ifcfg-single-quotes-test.d/root/etc/sysconfig/network-scripts/ifcfg-eth0", "scripts/rhel/run/ifcfg-single-quotes-test.d/root/tmp/macToIP", "scripts/rhel/run/netplan-test.d/expected-udev.rule", - "scripts/rhel/run/netplan-test.d/expected-udev.rule", "scripts/rhel/run/netplan-test.d/root/etc/netplan/50-netplan.yaml", "scripts/rhel/run/netplan-test.d/root/tmp/macToIP", - "scripts/rhel/run/netplan-test.d/root/bin/netplan", "scripts/rhel/run/netplan-test.d/root/run/systemd/network/netplan-enp3s0.network", "scripts/rhel/run/netplan-test.d/root/run/systemd/network/netplan-eth1.network", "scripts/rhel/run/networkmanager-test.d/expected-udev.rule",