You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Rust in production at Tilde. Our product requires shipping builds for OS X & Linux. Given the flux of Rust, we are tracking the nightlies and updating our code as there are breaking changes. However, we have been noticing that the Linux nightlies and the OS X nightlines are not kept in sync. This means that we cannot keep our code base in a state that compiles on the nightlies.
Currently, the OS X nightly installs a build from 10/31/14, but the Linux nightly installs a build from 11/02/14, which are incompatible.
It would be great if builds could be pushed out "atomically" for all platforms.
The text was updated successfully, but these errors were encountered:
We are using Rust in production at Tilde. Our product requires shipping builds for OS X & Linux. Given the flux of Rust, we are tracking the nightlies and updating our code as there are breaking changes. However, we have been noticing that the Linux nightlies and the OS X nightlines are not kept in sync. This means that we cannot keep our code base in a state that compiles on the nightlies.
Currently, the OS X nightly installs a build from 10/31/14, but the Linux nightly installs a build from 11/02/14, which are incompatible.
It would be great if builds could be pushed out "atomically" for all platforms.
The text was updated successfully, but these errors were encountered: