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

The `Makefile` has a conditional step that modifies some source code
when building with LZO compression support.
master
Dustin 2024-06-28 12:03:29 -05:00
parent 8a9bc3a541
commit b8bd3583a7
1 changed files with 1 additions and 1 deletions

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}