kevingurney commented on issue #37809:
URL: https://github.com/apache/arrow/issues/37809#issuecomment-1821736018

   @sgilmore10 and I have been investigating this issue more.
   
   We managed to get a successful Windows build using MATLAB R2023b:
   
   
https://github.com/mathworks/arrow/actions/runs/6949608081/job/18908073567#step:9:526
   
   However, we had to remove `Ninja` and the call to `vcvarsall.bat` from the 
Windows CI workflow. We all called `cmake` directly from the GitHub Actions 
workflow file, rather than calling `matlab_build.sh` using `bash -c`.
   
   We noticed that the MATLAB version *with* `Ninja` and `vcvarsall.bat` is 
reported as `"unknown"`:
   
   
https://github.com/apache/arrow/actions/runs/6250586979/job/16972019524?pr=37773#step:9:34
   
   However, without `Ninja` and `vcvarsall.bat`, the MATLAB version is reported 
as `"23.2"`:
   
   
https://github.com/mathworks/arrow/actions/runs/6949608081/job/18908073567#step:9:550


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