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

Fix compiler issues on MacBook #29

Merged
merged 1 commit into from
Nov 18, 2019
Merged

Conversation

mangoye
Copy link
Contributor

@mangoye mangoye commented Nov 15, 2019

There is some compilation errors on some MacBook when the cpu type doesn't match with the kernel version. eg. if the cpu is i386 but the kernel is 64bit (x86_64), the build will be i386 and terraform will not work.

Fix the terraform error:
Error: Failed to instantiate provider "cloudamqp" to obtain schema: fork/exec /Users/username/.terraform.d/plugins/terraform-provider-cloudamqp: bad CPU type in executable

There is some compilation errors on some MacBook when the cpu type doesn't match with the kernel version. eg. if the cpu is i386 but the kernel is 64bit (x86_64), the build will be i386 and terraform will not work.

Fix the terraform error: 
Error: Failed to instantiate provider "cloudamqp" to obtain schema: fork/exec /Users/username/.terraform.d/plugins/terraform-provider-cloudamqp: bad CPU type in executable
@tbroden84 tbroden84 merged commit 9176b64 into cloudamqp:master Nov 18, 2019
@mangoye mangoye deleted the patch-1 branch November 18, 2019 16:32
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 this pull request may close these issues.

2 participants