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

(Some) Tests are failing with 0.8.6.5 #38

Open
rolandtritsch opened this issue Feb 3, 2019 · 1 comment
Open

(Some) Tests are failing with 0.8.6.5 #38

rolandtritsch opened this issue Feb 3, 2019 · 1 comment

Comments

@rolandtritsch
Copy link
Contributor

rolandtritsch commented Feb 3, 2019

They fail with a NPE (e.g. shootout/expert), but pass with 0.8.6.4.

To make this work I have updated init.sh and used etlas select 0.8.6b4 to select a/the right version.

This works locally, but when I run it on the docker container on circleci it fails with ...

etlas: Unable to find eta-0.8.6.4 in any of your configured binary indices.

Any idea why it fails on/with the docker container?

Is this the right/best way to define/lock-down the eta version to use?

@rahulmutt
Copy link
Member

There's a known issue with etlas select inside of a docker container because it is unable to detect the platform (typelead/eta#860).

The correct way to handle this is to select a pinned image.

Changing

 image: typelead/eta:latest

to

image: typelead/eta:0.8.6b4

in the CircleCI file should do it.

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

2 participants