You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bootstrap): use shared pip-based git install on Photon OS, fix Ubuntu 26.04 CI pip breakage
Photon's git installer called `setup.py install` directly, which fails
under modern setuptools ("egg-based install has been removed"). Route
it through the shared __install_salt_from_repo() helper like every
other distro's git installer.
Also add ubuntu-2604 to the --break-system-packages allowlist in
test-linux.yml, since its Python 3.14 enforces PEP 668 and the CI
dependency install step was failing before bootstrap-salt.sh even ran.
0 commit comments