fix debian sid builds

Python 3.11+ complains when trying to use pip globally, but for CI it
seems fine to override (and potentially break the temporary CI image).
This commit is contained in:
Jason Rhinelander 2023-03-28 09:21:15 +11:00
parent 6e50822bc9
commit ace70998d7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ local debian_pipeline(name,
image: image,
pull: 'always',
[if allow_fail then 'failure']: 'ignore',
environment: { SSH_KEY: { from_secret: 'SSH_KEY' } },
environment: { SSH_KEY: { from_secret: 'SSH_KEY' }, PIP_BREAK_SYSTEM_PACKAGES: '1' },
commands: [
'echo "Building on ${DRONE_STAGE_MACHINE}"',
'echo "man-db man-db/auto-update boolean false" | debconf-set-selections',