mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-30 15:33:56 +00:00
remove syslog from ci, make features flag more clear
This commit is contained in:
parent
6f7220b68e
commit
62a461ae15
2 changed files with 5 additions and 2 deletions
|
@ -48,6 +48,9 @@ fn main() {
|
|||
#[cfg(all(feature = "sqlite", feature = "mysql"))]
|
||||
compile_error!("Can't enable both backends");
|
||||
|
||||
#[cfg(not(any(feature = "sqlite", feature = "mysql")))]
|
||||
compile_error!("You need to enable one DB backend. To build with previous defaults do: cargo build --features sqlite");
|
||||
|
||||
check_db();
|
||||
check_rsa_keys();
|
||||
check_web_vault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue