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

make test: tflint: cannot execute binary #338

Closed
eschwartz opened this issue Apr 10, 2020 · 1 comment
Closed

make test: tflint: cannot execute binary #338

eschwartz opened this issue Apr 10, 2020 · 1 comment

Comments

@eschwartz
Copy link
Contributor

Version information

DCE v0.29.0 (latest master)
on MacOS

Describe the bug

Trying to setup as a new developer...
ran make setup to install dependencies

Then ran make test.
Got an error something like:

/path/to/tflint: cannot execute binary

Looks like our install_ci.sh file is installing a release of tflint that's compiled for linux,
so it's failing to run on my mac machine:

wget -q https://github.com/wata727/tflint/releases/download/v0.13.4/tflint_linux_amd64.zip -O /tmp/tflint.zip

As a workaround, I installed tflint with brew (brew install tflint), instead.

@eschwartz
Copy link
Contributor Author

Resolved by #339

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

No branches or pull requests

1 participant