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

Vagrantfile: Changed to 32 bit Debian box #52

Merged
merged 4 commits into from Sep 2, 2015

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Sep 2, 2015

This is a preparational PR to be able to write chaos servers & programs in Rust. (Yes, really. 😄)

(Background: if we have a 64-bit VM, the rustc compiler will default to 64-bit .o files in its compilation. It is quite likely that it can be overridden, but for simplicity, let's just switch to 32-bit. There's no compelling reason for us to run the Vagrant box in 64-bit mode anyway.)

It will make things much easier trying to get rustc to cooperate.
I realized this box supports both VirtualBox and Parallels as the provider, so it doesn't make sense to conditionalize this. Let's KISS.
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 added a commit that referenced this pull request Sep 2, 2015
@perlun perlun merged commit 8afc8ce into master Sep 2, 2015
@perlun perlun changed the title Changed to 32 bit Vagrant box Vagrantfile: Changed to 32 bit Debian box Sep 2, 2015
@perlun perlun deleted the feature/changed-to-32-bit-vagrant-box branch September 3, 2015 20:16
perlun added a commit that referenced this pull request Oct 20, 2015
…stage2

Simplified grub stage2 copying as a result of #52
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.

None yet

1 participant