You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neville Dipale (Jira)" <ji...@apache.org> on 2019/09/08 21:00:03 UTC

[jira] [Resolved] (ARROW-6100) [Rust] Pin to specific Rust nightly release

     [ https://issues.apache.org/jira/browse/ARROW-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neville Dipale resolved ARROW-6100.
-----------------------------------
    Resolution: Fixed

Issue resolved by pull request 5324
[https://github.com/apache/arrow/pull/5324]

> [Rust] Pin to specific Rust nightly release
> -------------------------------------------
>
>                 Key: ARROW-6100
>                 URL: https://issues.apache.org/jira/browse/ARROW-6100
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Builds are currently non-deterministic because rust-toolchain contains "nightly" meaning "use the latest nightly release of Rust". This can cause build seemingly random build failure in CI. I propose we modify rust-toolchain to refer to a specific nightly release e.g. "nightly-2019-07-31" so that builds are deterministic.
> We can update this nightly version when needed (e.g. to pick up new features) as part of the regular PR process.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)