oar-spease
oar-spease
https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html is a 'dead' link, in that they've put it behind some kind of sign-in or something. You just get an access denied.
Looking at https://packages.debian.org/sid/libpq-dev, it appears as though debian's repos should be able to provide libpq 14.1
I can have the docker container manually apt-get update && apt-get install -y libpq-dev, which gives libpq-dev 13.5-0+deb11u1 and libpq5:arm64 13.5-0+dev11u1, but psycopg2 does not use it.
I assume that's meant to be a temp fix? Just double checking, since we want deployments to be fast, which means we generally try to limit compilation from source as...