Skip to content

Commit

Permalink
Merge branch 'main' into 488-in-the-http_server_extension_ts-the-effe…
Browse files Browse the repository at this point in the history
…cts-of-the-first-two-lines-below-are-overridden-by-the-third-line-which-likely-isnt-the-intended-behavior
  • Loading branch information
halajohn authored Jan 3, 2025
2 parents d6935ee + 9524054 commit 04644fb
Show file tree
Hide file tree
Showing 24 changed files with 380 additions and 857 deletions.
2 changes: 1 addition & 1 deletion build/ten_runtime/feature/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def build(self):
+ f" --target {self.args.project_name}"
)

if self.args.target_os != "win":
if self.args.target_os != "win" and self.args.target_os != "mac":
cmd += " --parallel $(nproc)"

if self.args.log_level > 1:
Expand Down
2 changes: 0 additions & 2 deletions core/src/ten_rust/src/schema/bindings_703136.rs.tmp

This file was deleted.

2 changes: 1 addition & 1 deletion docs/ten_framework/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This is one of the event loop libraries used in the TEN runtime. Please refer to

## msgpack-c

Version: 6.0.0
Version: 6.1.0

[Boost Software License, Version 1.0](https://github.com/msgpack/msgpack-c#license)

Expand Down
53 changes: 0 additions & 53 deletions third_party/msgpack/.github/workflows/coverage.yml

This file was deleted.

233 changes: 0 additions & 233 deletions third_party/msgpack/.github/workflows/gha.yml

This file was deleted.

51 changes: 0 additions & 51 deletions third_party/msgpack/.gitignore

This file was deleted.

Empty file added third_party/msgpack/AUTHORS
Empty file.
Loading

0 comments on commit 04644fb

Please sign in to comment.