sources: Use make deps to vendor modules
Some checks failed
RPMs/wal-g/pipeline/head There was a failure building this commit

The `Makefile` has a conditional step that modifies some source code
when building with LZO compression support.
This commit is contained in:
2024-06-28 12:03:29 -05:00
parent 8a9bc3a541
commit b8bd3583a7

View File

@@ -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}