Skip to content

Commit

Permalink
fix: disable dbus at build time
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Aug 2, 2023
1 parent 24dbf2c commit 02015e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ test: mod-tidy
$(BINARIES): mod-tidy $(GO_FILES)
go build \
$(GO_LDFLAGS) \
-tags nodbus \
-o $(@) \
./cmd/$(@)

0 comments on commit 02015e4

Please sign in to comment.