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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrantfile: Changed to 32 bit Debian box #52

Merged
merged 4 commits into from Sep 2, 2015

Commits on Sep 2, 2015

  1. Use an x86 box instead.

    It will make things much easier trying to get rustc to cooperate.
    perlun committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    99484d8 View commit details
    Browse the repository at this point in the history
  2. Changed to always use the puphpet/debian75-x32 box.

    I realized this box supports both VirtualBox and Parallels as the provider, so it doesn't make sense to conditionalize this. Let's KISS.
    perlun committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    17f0fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74d21f9 View commit details
    Browse the repository at this point in the history
  4. Let's play nice with x64 also.

    Travis runs on x64, and it's the default these days anyway, so let's at least not *prevent* people from building on x64 environments.
    perlun committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    9e69611 View commit details
    Browse the repository at this point in the history