sources: Use make deps to vendor modules
Some checks failed
RPMs/wal-g/pipeline/head There was a failure building this commit
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user