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

travis: Fix the cargotest bot #38472

Merged
merged 1 commit into from
Dec 21, 2016
Merged

Commits on Dec 19, 2016

  1. travis: Fix the cargotest bot

    Recently the Cargo revision running on cargotest was updated in rust-lang#38051, and the
    updated version of Cargo pulls in the openssl-sys 0.9 crate instead of the old
    openssl-sys 0.7 crate. The 0.9 release of openssl-sys has slightly different
    requirements and logic for detecting OpenSSL, namely it requires `pkg-config` to
    be present on Linux typically.
    
    This commit fixes this problem by installing pkg-config in the cargotest
    container that's running on the bots. This in turn should hopefully fix the
    build script and allow it to find the already-installed local OpenSSL libraries.
    alexcrichton committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    488359e View commit details
    Browse the repository at this point in the history