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

Add some more repos to cargotest #37149

Merged
merged 2 commits into from
Dec 30, 2016
Merged

Commits on Dec 29, 2016

  1. Add some more repos to cargotest

    From suggestions at https://users.rust-lang.org/t/what-stable-rust-applications-do-you-use-frequently/7618
    
    This adds some applications which use stable Rust and come with their own
    lockfiles in tree.
    
    ripgrep, xsv, and bins have 33 unique dependencies between them.
    edunham authored and alexcrichton committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    9958021 View commit details
    Browse the repository at this point in the history
  2. Fixes for new cargo test repos

    * Update to ripgrep HEAD because the previous rev would still change the lock
      file when `cargo build` was issued.
    * Remove `bins` as it depends on OpenSSL on Windows, which won't work on our
      bots
    * Update rev of tokei to get a rev that doesn't change the lockfile
    alexcrichton committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    a0f3c93 View commit details
    Browse the repository at this point in the history