From b8bd3583a73700560dff75d31841f6bd8e6c16d2 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 28 Jun 2024 12:03:29 -0500 Subject: [PATCH] sources: Use `make deps` to vendor modules The `Makefile` has a conditional step that modifies some source code when building with LZO compression support. --- sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources.sh b/sources.sh index dcccf9c..ec59481 100644 --- a/sources.sh +++ b/sources.sh @@ -10,6 +10,6 @@ git clone \ cd wal-g-${version} go mod tidy -go mod vendor +make deps USE_LZO=1 cd .. tar -cf wal-g-${version}.tar.gz wal-g-${version}