Revert "sources: Use `make deps` to vendor modules"
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
Dustin 2024-06-28 12:37:11 -05:00
parent b8bd3583a7
commit d1fb3fcbc7
1 changed files with 1 additions and 1 deletions

View File

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