We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11715
Now we have the MIRI check setup to pass even of cargo miri returns an error.
cargo miri
https://github.com/apache/arrow/blob/master/.github/workflows/rust.yml#L263-L264
# Ignore MIRI errors until we can get a clean run cargo miri test || true
Goal is to make MIRI pass and then remove this check in CI
The text was updated successfully, but these errors were encountered:
@alamb I think this was fixed by #421 and can be closed
Sorry, something went wrong.
Agree -- thanks @jhorstmann !
No branches or pull requests
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11715
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
Goal is to make MIRI pass and then remove this check in CI
The text was updated successfully, but these errors were encountered: