chore: use --offline with vendored builds

This commit is contained in:
Michael Aaron Murphy 2023-05-24 16:08:37 +02:00
parent bd7a4ca898
commit a2bf148046
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -18,7 +18,7 @@ endif
VENDOR ?= 0
ifneq ($(VENDOR),0)
ARGS += --locked
ARGS += --offline --locked
endif
TARGET_BIN="$(DESTDIR)$(bindir)/$(BINARY)"