Build and run the message queue over Alpine

We prior stopped doing so for stability reasons, but this _should_ be tried
again.
This commit is contained in:
Luke Parker
2025-11-11 10:12:48 -05:00
parent 353683cfd2
commit a34f9f6164
6 changed files with 43 additions and 9 deletions

View File

@@ -12,7 +12,8 @@ pub fn serai(
serai_key: &Zeroizing<<Ristretto as WrappedGroup>::F>,
) {
// Always builds in release for performance reasons
let setup = mimalloc(Os::Debian).to_string() + &build_serai_service("", true, "", "serai-node");
let setup =
mimalloc(Os::Debian).to_string() + &build_serai_service("", Os::Debian, true, "", "serai-node");
let env_vars = [("KEY", hex::encode(serai_key.to_repr()))];
let mut env_vars_str = String::new();