build: enable runtime server features by default

This commit is contained in:
2026-07-29 19:57:59 +09:00
parent fb285b17e4
commit 0b64eab148
6 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ rustPlatform.buildRustPackage rec {
postBuild = ''
cargo build --offline --profile release -p yoi-workspace-server --bin yoi-server
cargo build --offline --profile release -p worker-runtime --bin yoi-runtime --features ws-server,fs-store
cargo build --offline --profile release -p worker-runtime --bin yoi-runtime
'';
# The package check is a credential-free install smoke check below. Running the