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

Explicitly install deps to fix CI build #138

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 27, 2015

  1. Explicitly install deps to fix CI build

    The logs at https://travis-ci.org/servo/saltfs/jobs/87759990, specifically
    
        The following packages have unmet dependencies:
         salt-minion : Depends: salt-common (= 2015.5.3+ds-1precise2) but it is not going to be installed
                       Depends: python-zmq (>= 13.0.0) but it is not going to be installed
                       Recommends: dmidecode but it is not going to be installed
        E: Unable to correct problems, you have held broken packages.
        The command ".travis/install_salt" failed and exited with 100 during .
        Your build has been stopped.
    
    make me think that having those packages available on the system will allow the
    build to continue. Maybe.
    edunham committed Oct 27, 2015
You can’t perform that action at this time.