Fixed build script (closes #1057)

This commit is contained in:
mdecimus 2025-01-06 16:41:50 +01:00
parent 977379d169
commit 84a39bd6a4
2 changed files with 4 additions and 3 deletions

View file

@ -135,7 +135,8 @@ jobs:
artifact stalwart-mail stalwart-mail-foundationdb
fi
build -p mail-server -p stalwart-cli
build -p mail-server --no-default-features --features "sqlite postgres mysql rocks elastic s3 redis azure enterprise"
build -p stalwart-cli
artifact stalwart-mail
artifact stalwart-cli

View file

@ -34,8 +34,8 @@ tokio = { version = "1.23", features = ["full"] }
jemallocator = "0.5.0"
[features]
#default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "enterprise"]
default = ["rocks", "enterprise"]
default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "enterprise"]
#default = ["rocks", "enterprise"]
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres"]