adonis0147 commented on code in PR #30591:
URL: https://github.com/apache/doris/pull/30591#discussion_r1475647813
##########
thirdparty/vars.sh:
##########
@@ -583,6 +595,8 @@ export TP_ARCHIVES=(
'JSONCPP'
'LIBUUID'
'ALI_SDK'
+ 'WASMTIME'
+ 'WASMTIME_CPP'
Review Comment:
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).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]