Closed vsoch closed 3 years ago
That's weird - it's not seeming to use the updated Dockerfile :/
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.
Note that I just cancelled the matrix builds because we don't need to test them here!
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