Skip to content

make test: tflint: cannot execute binary #338

Closed
@eschwartz

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:

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions