From 2e42d28156e6dc8f036f02991d80421422b0b155 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Tue, 9 Jul 2024 02:16:47 -0400 Subject: [PATCH] Makefile: run test_static_analysis in online mode This will allow `make i18n -s` to install `xgettext-go` if missing. Signed-off-by: Simon Deziel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49600f54fffa..a7b845b762a0 100644 --- a/Makefile +++ b/Makefile @@ -233,7 +233,7 @@ build-mo: $(MOFILES) .PHONY: static-analysis static-analysis: - (cd test; sh -c ". suites/static_analysis.sh; test_static_analysis") + (cd test; sh -c ". suites/static_analysis.sh; export LXD_OFFLINE="" test_static_analysis") .PHONY: tags tags: *.go lxd/*.go shared/*.go lxc/*.go