mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 16:43:24 +03:00
comment out KV from build.rs
This commit is contained in:
parent
1c8ae26c6d
commit
78e6e5816d
7
build.rs
7
build.rs
@ -134,9 +134,10 @@ fn main() {
|
||||
"rpc",
|
||||
"terminal",
|
||||
];
|
||||
const NESTED_WASI_APPS: [(&str, &str); 2] = [
|
||||
("key_value", "key_value"),
|
||||
("key_value", "key_value_worker"),
|
||||
// NOT YET building KV, waiting for deps to be ready
|
||||
const NESTED_WASI_APPS: [(&str, &str); 0] = [
|
||||
// ("key_value", "key_value"),
|
||||
// ("key_value", "key_value_worker"),
|
||||
];
|
||||
|
||||
if std::env::var("REBUILD_ALL").is_ok() {
|
||||
|
Loading…
Reference in New Issue
Block a user