sources: Use `make deps` to vendor modules
RPMs/wal-g/pipeline/head There was a failure building this commit
Details
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
parent
8a9bc3a541
commit
b8bd3583a7
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue