x/build/env/linux-arm64-bookworm: restore a working bzr installation #71563
Labels
arch-arm64
Builders
x/build issues (builders, bots, dashboards)
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Linux
Milestone
The linux-arm64-bookworm image installs bzr via apt get, and that installation intends to work with the system python in /usr/bin. However, golangbuild ends up having a different version of the
python3
binary added in front of its PATH. That seems fragile, and a recent update of thatpython3
binary did in fact break things (see #71504).It's probably better for cmd/go tests to detect broken bzr binaries and not try to run (since they'll invariably fail without actually testing the intended code paths and providing useful signal). This is a builder-specific tracking issue to restore a working
bzr
installation on linux/arm64 builders so that the tests can run and provide useful signal.The text was updated successfully, but these errors were encountered: