poetry install -vv. I don't think this made much difference to the logs that were generated. Might need -vvv, or a newer Poetry version? (This repo uses 1.2.x in CI, I think.)
copying the CI config that matrix-org/sliding-sync uses for building docker images. Somehow this seemed to work!?! I don't understand why. It's not doing that much different to what was running before, though we do use newer versions of some docker-related actions.
I'd like to try this on main to see if the docker build magically becomes fast again.
The latest release's CI hung. It's spent over 3 hours doing a docker build, and I've no idea why: https://github.com/matrix-org/sydent/actions/runs/6932931412
To try to debug this I tried:
poetry install -vv
. I don't think this made much difference to the logs that were generated. Might need-vvv
, or a newer Poetry version? (This repo uses 1.2.x in CI, I think.)I'd like to try this on
main
to see if the docker build magically becomes fast again.