On Wed, 16 Apr 2025 14:36:28 +0200, Mattijs Korpershoek wrote: > Recent Ubuntu versions (24.04+) disallow pip by default when > installing packages. The recommended approach is to use a virtual > environment (venv) instead. > Because of this, "make pip" is failing on such versions. > > To prepare CI container migration to Ubuntu 24.04, use a venv in the > make_pip script. > > [...]
Applied to u-boot/master, thanks! [1/1] tools/make_pip: Use venv when invoking pip commit: 9d3f1ebaf8751f0287b5d02158cc706435f8fb19 -- Tom