sgilmore10 opened a new pull request, #42123:
URL: https://github.com/apache/arrow/pull/42123

   ### Rationale for this change
   
   After the `windows-2022` GitHub runner image was updated last week, MATLAB 
began crashing when running the unit tests in `arrow/matlab/test/tfeather.m` on 
Windows. As part of the update, VS 2022 was updated from 
   `17.9.34902.65` to `17.10.34928.147` and MSVC was updated from `14.39.33519` 
to `14.40.33807`. 
   
   It looks like many other projects have run into this issue as well:
   
   1. https://github.com/actions/runner-images/issues/10004
   2. https://github.com/actions/runner-images/issues/10020
   
   The suggested workaround for this crash is to supply  the flag 
`_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR` when building. 
   
   ### What changes are included in this PR?
   
   1. Supply `_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR` flag when building  Arrow 
C++.
   
   ### Are these changes tested?
   
   N/A. Existing tests used.
   
   ### Are there any user-facing changes?
   
   No.


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