mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-01-24 00:29:56 +08:00
Fixed build script (closes #1057)
This commit is contained in:
parent
977379d169
commit
84a39bd6a4
2 changed files with 4 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue