Bug 1867143 - Upgrade github-sync docker image to Debian 12. r=releng-reviewers,bhearsum

Differential Revision: https://phabricator.services.mozilla.com/D194956
This commit is contained in:
Mike Hommey 2023-11-30 08:02:48 +00:00
Родитель ec8d16db64
Коммит 93904f9781
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -244,7 +244,7 @@ jobs:
parent: ubuntu1804-test parent: ubuntu1804-test
github-sync: github-sync:
symbol: I(github-sync) symbol: I(github-sync)
parent: debian11-base parent: debian12-base
sentry: sentry:
symbol: I(sentry) symbol: I(sentry)
parent: debian11-base parent: debian11-base

Просмотреть файл

@ -28,4 +28,4 @@ apt-get install -y \
python3-setuptools python3-setuptools
# Python packages # Python packages
pip3 install -r "$1" pip3 install --break-system-packages -r "$1"