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

Add VirtualBox and Vagrant for macOS Big Sur instances #2999

Closed
1 task done
AkihiroSuda opened this issue Mar 22, 2021 · 2 comments
Closed
1 task done

Add VirtualBox and Vagrant for macOS Big Sur instances #2999

AkihiroSuda opened this issue Mar 22, 2021 · 2 comments

Comments

@AkihiroSuda
Copy link

AkihiroSuda commented Mar 22, 2021

Tool information

Area for Triage:

Question, Bug, or Feature?:

Feature

Virtual environments affected

  • macOS 11.0

VirtualBox and Vagrant have been available for macOS 10.15 hosts (#433), but they seem to have been removed for Big Sur, probably because it was not stable on Big Sur at that time.

The release note of VirtualBox (https://www.virtualbox.org/wiki/Changelog) now has been mentioning Big Sur since v6.1.16, so it seems properly supporting Big Sur.

Can this tool be installed during the build?

No

Tool installation time in runtime

N/A

Are you willing to submit a PR?

No

@AlenaSviridenko
Copy link
Contributor

Hi @AkihiroSuda,
until we don't have a defined plan for macOS 11 support, we'd rather not to add anything new to it, except critical software like Xcode, we only update and support what we have now on this image.
These tools can be installed from Homebrew pretty easy in runtime:

  1. brew install --cask vagrant - takes 30 seconds
  2. brew install --cask virtualbox - takes 40 seconds.
    Also, there is an action for it https://github.com/marketplace/actions/vagrant-virtualbox, it may fit all your needs, please, take a look.

I am closing this issue. Feel free to create a new one if any help needed. Thanks.

@palfrey
Copy link

palfrey commented Oct 2, 2021

They are in Homebrew, but they don't work without some manual GUI changes (see https://stackoverflow.com/a/52813517). Also the action does stuff with an installed Vagrant/Virtualbox setup, but won't do the install for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants