Revert "sources: Use `make deps` to vendor modules"
RPMs/wal-g/pipeline/head This commit looks good
Details
RPMs/wal-g/pipeline/head This commit looks good
Details
The "patch" the `Makefile` for `wal-g` makes to the third-party `lzo.go`
file just configures it to link statically with liblzo2. This is
neither desirable nor necessary.
This reverts commit b8bd3583a7
.
master
parent
b8bd3583a7
commit
d1fb3fcbc7
|
@ -10,6 +10,6 @@ git clone \
|
|||
|
||||
cd wal-g-${version}
|
||||
go mod tidy
|
||||
make deps USE_LZO=1
|
||||
go mod vendor
|
||||
cd ..
|
||||
tar -cf wal-g-${version}.tar.gz wal-g-${version}
|
||||
|
|
Loading…
Reference in New Issue