Bug 1848294 - Upgrade system-symbol* docker images to Debian 12. r=gsvelto,taskgraph-reviewers,bhearsum

Differential Revision: https://phabricator.services.mozilla.com/D185984
This commit is contained in:
Mike Hommey 2023-08-15 05:32:11 +00:00
Родитель fc0c79def0
Коммит f1f5069365
5 изменённых файлов: 15 добавлений и 19 удалений

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

@ -247,13 +247,13 @@ jobs:
parent: debian11-base
system-symbols-mac:
symbol: I(system-symbols-mac)
parent: debian11-base
parent: debian12-base
system-symbols-win:
symbol: I(system-symbols-win)
parent: debian11-base
parent: debian12-base
system-symbols-linux-scraper:
symbol: I(system-symbols-linux)
parent: debian11-base
parent: debian12-base
push-to-try:
symbol: I(push-to-try)
parent: debian11-base

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

@ -10,13 +10,10 @@ WORKDIR /builds/worker
# AUFS slowness.
VOLUME /builds/worker/checkouts
RUN echo "deb http://cdn.debian.net/debian bullseye-backports main" > /etc/apt/sources.list.d/bullseye-backports
RUN apt-get update && \
apt-get install --no-install-recommends -y \
binutils build-essential cpio curl elfutils jq libxml2-utils \
binutils build-essential cpio curl elfutils flatpak jq libxml2-utils \
python3-pip rpm2cpio squashfs-tools unzip wget zip && \
apt-get install --no-install-recommends -y flatpak -t bullseye-backports && \
apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
COPY run.sh /builds/worker/run.sh
@ -25,7 +22,7 @@ COPY SHA256SUMS.txt /builds/worker/
RUN chown -R worker:worker /builds/worker
RUN pip3 install crashstats-tools==1.3.0
RUN pip3 install --break-system-packages crashstats-tools==1.4.0
# Set a default command useful for debugging
CMD ["/bin/bash", "--login"]

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

@ -13,7 +13,7 @@ make "$ncpu" dmg-bin hfsplus
cp dmg/dmg hfs/hfsplus /builds/worker/bin
strip /builds/worker/bin/dmg /builds/worker/bin/hfsplus
pip3 install --no-cache-dir git+https://github.com/mozilla/reposado
pip3 install --break-system-packages --no-cache-dir git+https://github.com/mozilla/reposado@3dd826dfd89c8a1224aecf381637aa0bf90a3a3c
python3 /usr/local/bin/repoutil --configure <<EOF
/opt/data-reposado/html/
@ -21,7 +21,7 @@ python3 /usr/local/bin/repoutil --configure <<EOF
http://example.com/
EOF
pip3 install --no-cache-dir -r /setup/requirements.txt
pip3 install --break-system-packages --no-cache-dir -r /setup/requirements.txt
cd /
rm -rf /setup

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

@ -14,8 +14,7 @@ COPY requirements.txt /builds/worker/requirements.txt
RUN apt-get update && \
apt-get install --no-install-recommends -y gcc python3-dev python3-pip python3-setuptools libffi-dev && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install pip==20.3.4 --upgrade
RUN pip3 install --no-cache-dir --require-hashes -r /builds/worker/requirements.txt
RUN pip3 install --break-system-packages --no-cache-dir --require-hashes -r /builds/worker/requirements.txt
# %include tools/crashreporter/system-symbols/win
COPY topsrcdir/tools/crashreporter/system-symbols/win /builds/worker

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

@ -1,17 +1,17 @@
aiofile==3.8.7 --hash=sha256:4c38991b1227e221296fa05bbc95bffba9c203fef1ce09ad3076cfe7b61842c7
aiohttp==3.8.5 --hash=sha256:d827176898a2b0b09694fbd1088c7a31836d1a505c243811c87ae53a3f6273c1
aiohttp==3.8.5 --hash=sha256:5ed1c46fb119f1b59304b5ec89f834f07124cd23ae5b74288e364477641060ff
aiohttp-retry==2.8.3 --hash=sha256:3aeeead8f6afe48272db93ced9440cf4eda8b6fd7ee2abb25357b7eb28525b45
aiosignal==1.2.0 --hash=sha256:26e62109036cd181df6e6ad646f91f0dcfd05fe16d0cb924138ff2ab75d64e3a
asyncio==3.4.3 --hash=sha256:c4d18b22701821de07bd6aea8b53d21449ec0ec5680645e5317062ea21817d2d
asynctest==0.13.0 --hash=sha256:5da6118a7e6d6b54d83a8f7197769d046922a44d2a99c21382f0a6e4fadae676
async-timeout==4.0.2 --hash=sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c
attrs==23.1.0 --hash=sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04
caio==0.9.12 --hash=sha256:b18318d04cad7ef985fc2fb86d43f866ba34c1ee3445385f2370d6f843c05c69
cffi==1.15.1 --hash=sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27
caio==0.9.12 --hash=sha256:7e569b83e9b41d12e094190d0e1a546610829a65609f429a1845e3250d4c5804
cffi==1.15.1 --hash=sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c
chardet==5.2.0 --hash=sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970
charset-normalizer==3.2.0 --hash=sha256:8700f06d0ce6f128de3ccdbc1acaea1ee264d2caa9ca05daaf492fde7c2a7200
frozenlist==1.4.0 --hash=sha256:7f4f399d28478d1f604c2ff9119907af9726aed73680e5ed1ca634d377abb087
charset-normalizer==3.2.0 --hash=sha256:246de67b99b6851627d945db38147d1b209a899311b1305dd84916f2b88526c6
frozenlist==1.4.0 --hash=sha256:261b9f5d17cac914531331ff1b1d452125bf5daa05faf73b71d935485b0c510b
idna==3.4 --hash=sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2
multidict==6.0.4 --hash=sha256:d5e3fc56f88cc98ef8139255cf8cd63eb2c586531e43310ff859d6bb3a6b51f1
multidict==6.0.4 --hash=sha256:11bdf3f5e1518b24530b8241529d2050014c884cf18b6fc69c0c2b30ca248710
pycparser==2.21 --hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9
yarl==1.9.2 --hash=sha256:a74dcbfe780e62f4b5a062714576f16c2f3493a0394e555ab141bf0d746bb955
yarl==1.9.2 --hash=sha256:159d81f22d7a43e6eabc36d7194cb53f2f15f498dbbfa8edc8a3239350f59fe7