Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Vagrant on OS X tweaks #257

Merged
merged 3 commits into from Sep 26, 2016
Merged

Vagrant on OS X tweaks #257

merged 3 commits into from Sep 26, 2016

Conversation

alindeman
Copy link
Contributor

Fixes a couple issues I ran into trying to build acbuild with Vagrant/VirtualBox on OS X.

  • Hard links are not allowed on an OS X shared folder

    Fixes issue with building acbuild on Vagrant on OS X:

==> default: ln: failed to create hard link '/vagrant/bin/acbuild-script'
=> '/vagrant/bin/acbuild'
==> default: : Operation not permitted
  • vagrant build uses go 1.5 (matches build-docker)
  • Only attempt to add the group rkt if it doesn't currently exist (vagrant provision succeeds after initial provision)

Only attempt to add the group `rkt` if it doesn't currently exist
Fixes issue with building acbuild on Vagrant on OS X:

```
==> default: ln: failed to create hard link '/vagrant/bin/acbuild-script' => '/vagrant/bin/acbuild'
==> default: : Operation not permitted
```
@jonboulle
Copy link
Contributor

lgtm, thanks

@jonboulle jonboulle merged commit bf2c47f into containers:master Sep 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants