-
Notifications
You must be signed in to change notification settings - Fork 122
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
Has anyone gotten the dev image to build? #111
Comments
Yes, I got it working. ghcup was installing the latest version of ghc by default, which was incompatible with PICARD's requirements. To fix this, I replaced the lines:
with:
Then, instead of:
I hardcoded the versions of ghc and Cabal:
I also replaced these lines:
With the following:
I hope this helps. |
@totem37 Thanks so much for posting this! I was able to get the eval image to build through adding your changes to my dockerfile and
before the first
|
@totem37 This almost worked for me. But I got other version conflicts and errors like: cabal test suite in conflict-set Got any tips? Also @SethCram your solution solved one of the errors that apt-get update was giving. Thanks! |
I'm running into tens of errors getting the dev image to build. Just wanted to see if anyone's gotten it working?
The text was updated successfully, but these errors were encountered: