Revert "sources: Use make deps to vendor modules"
All checks were successful
RPMs/wal-g/pipeline/head This commit looks good

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.
This commit is contained in:
2024-06-28 12:37:11 -05:00
parent b8bd3583a7
commit d1fb3fcbc7

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}