terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
324 stars 136 forks source link

Fix the build for Mac on Travis #65

Closed ringods closed 4 years ago

ringods commented 5 years ago

I changed the build setup a bit, but it seems that fetching some of the Go dependencies on Mac seems to fail now. Needs further investigation.

Example failure: https://travis-ci.org/terra-farm/terraform-provider-virtualbox/jobs/566687490

VoyTechnology commented 4 years ago

Not sure would we want to migrate to Github Actions, but it is possible they might include MacOS support:

https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions

ringods commented 4 years ago

@VoyTechnology we can migrate to Github Actions if we want. I signed in for the Github Actions beta for the terra-farm organization and got accepted. According the docs, there is Linux, Windows and Mac support.

https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions

VoyTechnology commented 4 years ago

Actions ~are now GA~ will in GA on november 14th, so we can take a look. Might also help us with #83

ringods commented 4 years ago

MacOS build is running via Github Actions.