Closed
Description
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:
Line 35 in a754c06
As a workaround, I installed tflint with brew (brew install tflint
), instead.
Metadata
Assignees
Labels
No labels