chore: use --offline with vendored builds
This commit is contained in:
parent
bd7a4ca898
commit
a2bf148046
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ endif
|
|||
|
||||
VENDOR ?= 0
|
||||
ifneq ($(VENDOR),0)
|
||||
ARGS += --locked
|
||||
ARGS += --offline --locked
|
||||
endif
|
||||
|
||||
TARGET_BIN="$(DESTDIR)$(bindir)/$(BINARY)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue