From: Christian Ebner <c.ebner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox 0/2] Fix build dependencies for s3-client
Date: Wed, 6 Aug 2025 11:21:20 +0200 [thread overview]
Message-ID: <20250806092122.316117-1-c.ebner@proxmox.com> (raw)
The PBS api types depend on the s3 client, which however pulled in
build dependencies independent from the selected feature set.
Fix this by making the dependencies optional and only pull them in
for the respective feature set. Further, add a dedicated feature
`api-types` and set this as default.
Christian Ebner (2):
s3-client: conditionally compile by `api-types` feature
pbs-api-types: only include api-types for s3 client during build
pbs-api-types/Cargo.toml | 2 +-
pbs-api-types/debian/control | 2 +
proxmox-s3-client/Cargo.toml | 60 +++++++++++++++--------
proxmox-s3-client/debian/control | 84 ++++++++++++++------------------
4 files changed, 79 insertions(+), 69 deletions(-)
--
2.47.2
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next reply other threads:[~2025-08-06 9:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-06 9:21 Christian Ebner [this message]
2025-08-06 9:21 ` [pbs-devel] [PATCH proxmox 1/2] s3-client: conditionally compile by `api-types` feature Christian Ebner
2025-08-06 9:21 ` [pbs-devel] [PATCH proxmox 2/2] pbs-api-types: only include api-types for s3 client during build Christian Ebner
2025-08-06 17:22 ` [pbs-devel] applied: [PATCH proxmox 0/2] Fix build dependencies for s3-client Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250806092122.316117-1-c.ebner@proxmox.com \
--to=c.ebner@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.