Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade msgpack and nlohmann::json #503

Merged
merged 5 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 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
2 changes: 1 addition & 1 deletion tests/ten_runtime/integration/common/build_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def prepare_and_build_app(
return rc


def build_ts_extensions(app_root_path: str):
def build_nodejs_extensions(app_root_path: str):
origin_wd = os.getcwd()

extension_dir = os.path.join(app_root_path, "ten_packages/extension")
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
Loading