Fixed build script (closes #1057)
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -135,7 +135,8 @@ jobs:
|
|||||||
artifact stalwart-mail stalwart-mail-foundationdb
|
artifact stalwart-mail stalwart-mail-foundationdb
|
||||||
fi
|
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-mail
|
||||||
artifact stalwart-cli
|
artifact stalwart-cli
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ tokio = { version = "1.23", features = ["full"] }
|
|||||||
jemallocator = "0.5.0"
|
jemallocator = "0.5.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
#default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "enterprise"]
|
default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "enterprise"]
|
||||||
default = ["rocks", "enterprise"]
|
#default = ["rocks", "enterprise"]
|
||||||
sqlite = ["store/sqlite"]
|
sqlite = ["store/sqlite"]
|
||||||
foundationdb = ["store/foundation", "common/foundation"]
|
foundationdb = ["store/foundation", "common/foundation"]
|
||||||
postgres = ["store/postgres"]
|
postgres = ["store/postgres"]
|
||||||
|
|||||||
Reference in New Issue
Block a user