Commit Graph

6 Commits (master)

Author SHA1 Message Date
Dustin d1fb3fcbc7 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.
2024-06-28 12:37:11 -05:00
Dustin b8bd3583a7 sources: Use `make deps` to vendor modules
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.
2024-06-28 12:03:29 -05:00
Dustin 8a9bc3a541 Optionally enable additional wal-g features
RPMs/wal-g/pipeline/head This commit looks good Details
`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
Dustin 585f794a32 Add dist to release tag
RPMs/wal-g/pipeline/head This commit looks good Details
2024-06-23 20:53:17 -05:00
Dustin 1f5a9c5a34 ci: Add Jenkins pipeline 2024-06-23 20:53:17 -05:00
Dustin 5c4c182dc2 Initial commit 2024-06-23 11:39:08 -05:00