rse-ops / docker-images

Collection of Docker image bases provided by the RSE-ops community.
https://rse-ops.github.io/docker-images/
MIT License
5 stars 8 forks source link

Fixing bug with pkgconf in ubuntu 16.04 #44

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

For some reason, an update to spack resulted in pkgconf being needed and failing because it uses format strings (not available in Python 3.5 in the image). I think this might be because this version uses clingo as the default solver, and bootstraps it, and it possibly worked before because we just did not do that. The hacky solution is to install a newer version of python in the image (3.8) and try again.

Signed-off-by: vsoch vsoch@users.noreply.github.com

vsoch commented 3 years ago

That's weird - it's not seeming to use the updated Dockerfile :/

vsoch commented 3 years ago

ah so this is the inverse problem now - we aren't pushing to main to update so we don't want to checkout main. I'll try and fix this logic.

vsoch commented 3 years ago

Note that I just cancelled the matrix builds because we don't need to test them here!