You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/04/26 13:07:00 UTC

[jira] [Commented] (ARROW-11715) [Rust] Ensure a successful MIRI Run on CI

    [ https://issues.apache.org/jira/browse/ARROW-11715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17332267#comment-17332267 ] 

Andrew Lamb commented on ARROW-11715:
-------------------------------------

Migrated to github: https://github.com/apache/arrow-rs/issues/227

> [Rust] Ensure a successful MIRI Run on CI
> -----------------------------------------
>
>                 Key: ARROW-11715
>                 URL: https://issues.apache.org/jira/browse/ARROW-11715
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust
>            Reporter: Andrew Lamb
>            Priority: Major
>
> Now we have the MIRI check setup to pass even of `cargo miri` returns an error.
> https://github.com/apache/arrow/blob/master/.github/workflows/rust.yml#L263-L264
> {code}
>           # Ignore MIRI errors until we can get a clean run
>           cargo miri test || true
> {code}
> Goal is to make MIRI pass and then remove this check in CI 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)