Open
Description
At least on some builders (e.g. linux-arm64-aws, linux-ppc64le-buildlet), it currently has Debian buster, which seems currently "oldstable". It seems still supported, but it causes apt-get update
command to fail. This is inconvenient for gomote uses, also causes cmd/racebuild script to fail.
A workaround is apt-get --allow-releaseinfo-change update
. But I'm not sure if it is a good idea for long term.