Skip to content

Cannot install on armhf targets #133

@MiloCasagrande

Description

@MiloCasagrande

marko-cli@7.0.1

Details

When building a docker container with markojs and marko-cli dependencies on an armhf target, the container build fails due to the chromedriver dependency of @marko/test, that is a dependency of marko-cli.

chromedriver is not available on armhf targets (I guess it's not available for any arm target).

Possible Workaround

I managed to build a docker image setting ENV CHROMEDRIVER_SKIP_DOWNLOAD=true in the Dockerfile.

We don't run tests on our markojs files while building the containers, so it's a "safe" workaround for us.

Additional Info

Your Environment

  • Ubuntu image on arm8l
  • Kernel 4.15.0
  • docker 18.09.5

Steps to Reproduce

You need an armhf-capable docker builder to reproduce this.

Metadata

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