Skip to content

Commit

Permalink
Makefile: run test_static_analysis in online mode
Browse files Browse the repository at this point in the history
This will allow `make i18n -s` to install `xgettext-go` if missing.

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 9, 2024
1 parent 196ecd7 commit 1b751ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; LXD_OFFLINE="" test_static_analysis")

.PHONY: tags
tags: *.go lxd/*.go shared/*.go lxc/*.go
Expand Down

0 comments on commit 1b751ed

Please sign in to comment.