WillAyd commented on code in PR #523:
URL: https://github.com/apache/arrow-nanoarrow/pull/523#discussion_r1638364900


##########
ci/scripts/build-with-meson.sh:
##########
@@ -65,16 +65,52 @@ function main() {
 
     pushd "${SANDBOX_DIR}"
 
-    show_header "Run test suite"
-    meson configure -Dtests=true -Db_coverage=true -Dipc=true
+    show_header "Run ASAN/UBSAN test suite"

Review Comment:
   We might want to split these into separate jobs but punting that for now. I 
do think it would be nice to make the Meson job run as part of regular CI in a 
follow up if that's something you are open to.
   
   Figure it doesn't hurt to have another tool to analyze the codebase, and I 
think Meson is a good deal easier to mess with than CMake. The downside of 
course is CMake isn't going anywhere anytime soon, so we do have active support 
for both



-- 
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]

Reply via email to