Skip to content

Commit 4a215d2

Browse files
committed
refactor: disable graph check
1 parent 3e5de11 commit 4a215d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/src/ten_runtime/app/graph.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
#include "include_internal/ten_runtime/app/base_dir.h"
1111
#include "include_internal/ten_runtime/msg/msg.h"
1212
#include "ten_runtime/app/app.h"
13-
#include "ten_utils/lib/json.h"
1413
#include "ten_utils/lib/smart_ptr.h"
1514
#include "ten_utils/macro/mark.h"
1615

1716
#if defined(TEN_ENABLE_TEN_RUST_APIS)
1817
#include "include_internal/ten_runtime/common/constant_str.h"
1918
#include "include_internal/ten_rust/ten_rust.h"
19+
#include "ten_utils/lib/json.h"
2020
#include "ten_utils/macro/memory.h"
2121
#endif
2222

@@ -26,7 +26,7 @@ bool ten_app_check_start_graph_cmd(ten_app_t *self,
2626
TEN_ASSERT(self && ten_app_check_integrity(self, true), "Should not happen.");
2727
TEN_ASSERT(start_graph_cmd, "Invalid argument.");
2828

29-
#if defined(TEN_ENABLE_TEN_RUST_APIS)
29+
#if false
3030
const char *base_dir = ten_app_get_base_dir(self);
3131

3232
// The pkg_info of extensions in the graph is read from the ten_packages

portal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 776ef9d64ef2bb8408b33eb473ad11c4d7a0359e

0 commit comments

Comments
 (0)