-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[dep](thirdparty) import wasmtime library #30591
Conversation
run buildall |
TPC-H: Total hot run time: 37158 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 172791 ms
|
ClickBench: Total hot run time: 30.15 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run buildall |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 36586 ms
|
TPC-DS: Total hot run time: 174150 ms
|
ClickBench: Total hot run time: 31.53 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run buildall |
TPC-H: Total hot run time: 36710 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 172575 ms
|
ClickBench: Total hot run time: 31.07 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
run buildall |
TPC-H: Total hot run time: 36609 ms
|
TPC-DS: Total hot run time: 175415 ms
|
ClickBench: Total hot run time: 30.76 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
TeamCity be ut coverage result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
I encounter an issue when compiling the latest thirdparty |
@taptao FYI, maybe we could rethink the version of these libs because it may not comptable for some machine with old glibc version. some dependency is not avaliable. |
'WASMTIME' | ||
'WASMTIME_CPP' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @taptao , it seems that these libraries don't support macOS (arm64). I think you would better remove these lines here and add them somewhere else after checking the platform. Currently, this script can not be ran successfully on macOS (arm64).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed this, but my env is mac arm, and the compilation was successful after installing rust, did you get any errors?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed this, but my env is mac arm, and the compilation was successful after installing rust, did you get any errors?
Hi @taptao , thanks for your prompt reply. I ran the script successfully after setting Rust up.
I installed rust through "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh" |
yes, this is a big problem, i will rethink about it. any good suggestions? |
This reverts commit 2490d6b.
…ache#30795) This reverts commit 2490d6b.
Proposed changes
Issue Number: close #24504
Add wasm-lib thirdparty.
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...