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

Update Dockerfile to use Focal Fossa to simplify build #51

Open
sskeirik opened this issue Jun 11, 2020 · 0 comments
Open

Update Dockerfile to use Focal Fossa to simplify build #51

sskeirik opened this issue Jun 11, 2020 · 0 comments
Labels

Comments

@sskeirik
Copy link
Collaborator

In Ubuntu Bionic, the provided opam package is too old for building the reference Tezos client. This means we have to use a custom installation method --- but this custom method causes krun to have weird output --- because K's setenv script tries to query opam.

In Ubuntu Focal, the opam package is sufficiently recent. This has two advantages:

  • the Dockerfile is simplified because opam installation is not needed
  • our CI builds won't have spurious error messages

Since this is a low-priority issue, it makes sense to wait until a K framework Dockerfile based on Ubuntu Focal is shipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant