File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ azure-ipam-binary:
196196 cd $(AZURE_IPAM_DIR ) && CGO_ENABLED=0 go build -v -o $(AZURE_IPAM_BUILD_DIR ) /azure-ipam$(EXE_EXT ) -ldflags " -X github.com/Azure/azure-container-networking/azure-ipam/internal/buildinfo.Version=$( AZURE_IPAM_VERSION) $( LD_BUILD_FLAGS) " -gcflags=" -dwarflocationlists=true"
197197
198198# Build the ipv6-hp-bpf binary.
199- ipv6-hp-bpf-binary :
199+ ipv6-hp-bpf-binary : bpf-lib
200200 cd $(IPV6_HP_BPF_DIR ) && CGO_ENABLED=0 go generate ./...
201201 cd $(IPV6_HP_BPF_DIR ) /cmd/ipv6-hp-bpf && CGO_ENABLED=0 go build -v -o $(IPV6_HP_BPF_BUILD_DIR ) /ipv6-hp-bpf$(EXE_EXT ) -ldflags " -X main.version=$( IPV6_HP_BPF_VERSION) $( LD_BUILD_FLAGS) " -gcflags=" -dwarflocationlists=true"
202202
@@ -211,7 +211,7 @@ else ifeq ($(GOARCH),arm64)
211211endif
212212
213213# Build the azure-block-iptables binary.
214- azure-block-iptables-binary :
214+ azure-block-iptables-binary : bpf-lib
215215 cd $(AZURE_BLOCK_IPTABLES_DIR ) && CGO_ENABLED=0 go generate ./...
216216 cd $(AZURE_BLOCK_IPTABLES_DIR ) /cmd/azure-block-iptables && CGO_ENABLED=0 go build -v -o $(AZURE_BLOCK_IPTABLES_BUILD_DIR ) /azure-block-iptables$(EXE_EXT ) -ldflags " -X main.version=$( AZURE_BLOCK_IPTABLES_VERSION) " -gcflags=" -dwarflocationlists=true"
217217
You can’t perform that action at this time.
0 commit comments