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

Update Vagrantfile to support latest FreeBSD release (11.1) #4802

Closed
tosmi opened this issue Aug 6, 2017 · 1 comment
Closed

Update Vagrantfile to support latest FreeBSD release (11.1) #4802

tosmi opened this issue Aug 6, 2017 · 1 comment

Comments

@tosmi
Copy link

tosmi commented Aug 6, 2017

The current Vagrantfile uses FreeBSD 10.2 and has a number of problems

  • the FreeBSD base box does not set base_mac so you have to run vagrant up twice
  • the package list is outdated
  • the shell for vagrant is set to csh, FreeBSD comes with /bin/sh which avoids some warnings
  • folder sharing is based on NFS, IMHO this is not necessary for just building crystal. For example I'm not running NFSD on my workstation and starting one just for building crystal is overkill. I would propose just cloning the the upstream crystal repository to the homedir of the vagrant user.

I'm going to use the updated box for creating a FreeBSD port/package for crystal

I'm working on a PR for fixing these issues, just let me know if there is a chance of getting this merged.

thanks

@straight-shoota
Copy link
Member

straight-shoota commented Dec 5, 2020

It doesn't seem the Vagrantfile is used at all anymore. #10033

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 a pull request may close this issue.

2 participants