-
Notifications
You must be signed in to change notification settings - Fork 113
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 mac builds, speed up win builds #72
Conversation
f42e036
to
964aca1
Compare
@kmoe the plan things break on darwin too 😭 |
I fixed that in #89 by skipping these tests on darwin, but we can add some more OS-dependent tests for both Windows and macOS. |
Rebased off your PR, #73 is the issue to fix the plan testing for other OS's. |
Unsure why these are still failing, I think something weird about the darwin runner but no idea what would cause it and don't have a Mac to investigate atm. |
It just needed XCode/macOS version bump, because older Terraform versions, like 0.12.29 apparently can't be successfully compiled on older XCode/macOS under some circumstances - due to hashicorp/terraform#24562 This is stderr captured from
|
No description provided.