Skip to content
New issue

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

Fixed rust incompatibility with crates.io #1

Merged
merged 1 commit into from
Feb 25, 2016

Conversation

fdoyon
Copy link
Owner

@fdoyon fdoyon commented Feb 25, 2016

Contributing to Linuxbrew:

To contribute a new formula or a new version of an existing formula, please submit your pull request to Homebrew rather than to Linuxbrew. Patches to fix issues that you have reproduced on both Linuxbrew and Homebrew should be sent to Homebrew. Please send your pull request to Linuxbrew if you are in doubt.

Patches to fix issues particular to Linux should not affect the behaviour of the formula on Mac. Use if OS.mac? and if OS.linux? as necessary to preserve the existing behaviour on Mac. For example, to add a new dependency that is not necessary on Mac:

depends_on "zlib" unless OS.mac?

All Submissions:

You can erase any parts of this template not applicable to your Pull Request.

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you included a log of the failed build without your patch using brew gist-logs <formula>?
  • Does your submission pass
    brew audit --strict <formula> (where <formula> is the name of the formula you're submitting)?
  • Have you built your formula locally prior to submission with brew install <formula>?

Changes to Linuxbrew's Core:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable? Here's an example if you'd like one.
  • Have you successfully ran brew tests with your changes locally?

Rust cannot build from source without bootstrapping with a snapshot Cargo.
The snapshot file in cargo 0.8.0 is out of date, resulting in a crash at install time.
Using the latest snapshot from rust-lang/cargo@c8fcec3#diff-7cb61adf6593bc4207784377efe8fe29

Rust cannot build from source without bootstrapping with a snapshot Cargo.
The snapshot file in cargo 0.8.0 is out of date, resulting in a crash at install time.
Using the latest snapshot from rust-lang/cargo@c8fcec3#diff-7cb61adf6593bc4207784377efe8fe29
fdoyon added a commit that referenced this pull request Feb 25, 2016
@fdoyon fdoyon merged commit 7848de7 into master Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant