comment out KV from build.rs

This commit is contained in:
dr-frmr 2023-10-12 14:18:34 -04:00
parent 1c8ae26c6d
commit 78e6e5816d
No known key found for this signature in database

View File

@ -134,9 +134,10 @@ fn main() {
"rpc", "rpc",
"terminal", "terminal",
]; ];
const NESTED_WASI_APPS: [(&str, &str); 2] = [ // NOT YET building KV, waiting for deps to be ready
("key_value", "key_value"), const NESTED_WASI_APPS: [(&str, &str); 0] = [
("key_value", "key_value_worker"), // ("key_value", "key_value"),
// ("key_value", "key_value_worker"),
]; ];
if std::env::var("REBUILD_ALL").is_ok() { if std::env::var("REBUILD_ALL").is_ok() {