]> git.ipfire.org Git - thirdparty/qemu.git/commit
gitlab: force allow use of pip in Cirrus jobs
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 Feb 2024 11:40:38 +0000 (11:40 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 28 Feb 2024 21:05:02 +0000 (00:05 +0300)
commit9b89d02d8b44c259f2ed7b089c7c3489f19e41c7
treed04cfc8a7e68dee00ab48174986246142a34b4e2
parent4934f922ac7eaa12cb340a9abeaa6b819332235f
gitlab: force allow use of pip in Cirrus jobs

Python is transitioning to a world where you're not allowed to use 'pip
install' outside of a virutal env by default. The rationale is to stop
use of pip clashing with distro provided python packages, which creates
a major headache on distro upgrades.

All our CI environments, however, are 100% disposable so the upgrade
headaches don't exist. Thus we can undo the python defaults to allow
pip to work.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240222114038.2348718-1-berrange@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit a8bf9de2f4f398315ac5340e4b88c478d5457731)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.gitlab-ci.d/cirrus/build.yml