Re-import upstream v0.16.22, stripped (strip tool update)

The strip tool now also removes enterprise from build scripts' --features
lists (Dockerfiles, CI), so the container and release builds work.

Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f
Enterprise-only files removed or emptied: 63
Enterprise-only snippets removed: 117 in 50 files
Dangling module declarations removed: 5
Edits turning enterprise off: 25 (11 in build scripts)
Verification: clean
This commit is contained in:
2026-09-18 10:52:56 -07:00
parent 7dae9b29fd
commit 083474f67a
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ COPY Cargo.lock .
COPY crates/ crates/
COPY resources/ resources/
COPY tests/ tests/
RUN cargo build -p stalwart --no-default-features --features "foundationdb s3 redis azure nats enterprise" --release
RUN cargo build -p stalwart --no-default-features --features "foundationdb s3 redis azure nats" --release
FROM debian:trixie-slim AS runtime