6 Commits

Author SHA1 Message Date
d1fb3fcbc7 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.
2024-06-28 12:37:11 -05:00
b8bd3583a7 sources: Use make deps to vendor modules
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.
2024-06-28 12:03:29 -05:00
8a9bc3a541 Optionally enable additional wal-g features
All checks were successful
RPMs/wal-g/pipeline/head This commit looks good
`wal-g` can be built with additonal features that require linking witih
system libraries.  Using build conditions, we can enable these as
needed.  LZO is enabled by default for compatibility with WAL-E backups
created by the Postgres Operator/Spilo.
2024-06-28 11:09:03 -05:00
585f794a32 Add dist to release tag
All checks were successful
RPMs/wal-g/pipeline/head This commit looks good
2024-06-23 20:53:17 -05:00
1f5a9c5a34 ci: Add Jenkins pipeline 2024-06-23 20:53:17 -05:00
5c4c182dc2 Initial commit 2024-06-23 11:39:08 -05:00