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

Downgrade Docker 16.04 to upgrade llvm #394

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

acpaquette
Copy link

Updates the dockerfile to build with an updated llvm package. Unfortunately this requires that the ubuntu container be downgraded to 16.04 because llvm stopped supporting 18.04 seemingly.

There is also the addition of a conda env into the image which isn't ideal but this was the easiest way to update the python version on 16.04

@CLAassistant
Copy link

CLAassistant commented Feb 10, 2022

CLA assistant check
All committers have signed the CLA.

@acpaquette
Copy link
Author

Another potential solution would be to pin the llvm install to llvm 10, then pull the correct version of Angora to build against that. That would allow the container to remain at Ubuntu 18.04 and remove the anaconda environment from the build

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

Successfully merging this pull request may close these issues.

2 participants