alamb opened a new pull request #360:
URL: https://github.com/apache/arrow-rs/pull/360


   # Which issue does this PR close?
   
   Related to https://github.com/apache/arrow-rs/issues/345 (but doesn't fix 
the underlying issue)
   
   # Rationale for this change
   The MIRI checks enabled in https://github.com/apache/arrow-rs/pull/323 have 
been failing frequently with false positives on PRs and master. Until they run 
cleanly and only fail when there are actual problems, running these CI checks 
on all PRs is slowing everyone down and causing confusion, 
    
   
   # What changes are included in this PR?
   1. Disable MIRI check on CI
   
   I disabled the whole thing this time, whereas prior to 
https://github.com/apache/arrow-rs/pull/323 they "ran" but the results were not 
checked. That seems like a waste of CPU time / github actions credits to me. 
   
   
   # Are there any user-facing changes?
   
   Hopefully contributors' PRs will stop getting failing checks


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to