From a2bf14804696e36eb6e185d32e689f59d1803c67 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 24 May 2023 16:08:37 +0200 Subject: [PATCH] chore: use --offline with vendored builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 898f4afd..76d3b4d4 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif VENDOR ?= 0 ifneq ($(VENDOR),0) - ARGS += --locked + ARGS += --offline --locked endif TARGET_BIN="$(DESTDIR)$(bindir)/$(BINARY)"