Skip to content

Commit

Permalink
Fixed build script (closes #1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Jan 6, 2025
1 parent 977379d commit 84a39bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions crates/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 84a39bd

Please sign in to comment.