embedded ci: Fix failing docker container builder

Revert 2b1e19a93a now that the archives are fixed and the pinned versions aren't available anymore.
This commit is contained in:
Simon Hausmann 2025-04-23 08:16:10 +02:00
parent cedfefb1a2
commit 2d66c03176
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ RUN dpkg --add-architecture arm64 && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes libfontconfig1-dev:arm64 libxcb1-dev:arm64 libxcb-render0-dev:arm64 libxcb-shape0-dev:arm64 libxcb-xfixes0-dev:arm64 libxkbcommon-dev:arm64 libinput-dev:arm64 libgbm-dev:arm64 libssl-dev:arm64 python3 python3-pip \
libfontconfig1-dev \
clang libstdc++-10-dev:arm64 ninja-build linux-libc-dev:arm64=5.4.0-212.232 linux-libc-dev=5.4.0-212.232
clang libstdc++-10-dev:arm64 ninja-build
# Work around the Skia source build requiring a newer git version (that supports --path-format=relative with rev-parse, as needed by git-sync-deps.py),
# as well as a disabling of the directory safety checks (https://github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765) as

View file

@ -9,7 +9,7 @@ RUN dpkg --add-architecture armhf && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes libfontconfig1-dev:armhf libxcb1-dev:armhf libxcb-render0-dev:armhf libxcb-shape0-dev:armhf libxcb-xfixes0-dev:armhf libxkbcommon-dev:armhf libinput-dev:armhf libgbm-dev:armhf libssl-dev:armhf python3 python3-pip \
libfontconfig1-dev \
clang libstdc++-10-dev:armhf ninja-build linux-libc-dev:armhf=5.4.0-212.232 linux-libc-dev=5.4.0-212.232
clang libstdc++-10-dev:armhf ninja-build
# Work around the Skia source build requiring a newer git version (that supports --path-format=relative with rev-parse, as needed by git-sync-deps.py),
# as well as a disabling of the directory safety checks (https://github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765) as

View file

@ -9,7 +9,7 @@ RUN dpkg --add-architecture riscv64 && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes libfontconfig1-dev:riscv64 libxcb1-dev:riscv64 libxcb-render0-dev:riscv64 libxcb-shape0-dev:riscv64 libxcb-xfixes0-dev:riscv64 libxkbcommon-dev:riscv64 libinput-dev:riscv64 libgbm-dev:riscv64 python3 python3-pip \
libfontconfig1-dev \
clang libstdc++-10-dev:riscv64 ninja-build linux-libc-dev:riscv64=5.4.0-212.232 linux-libc-dev=5.4.0-212.232
clang libstdc++-10-dev:riscv64 ninja-build
# Work around the Skia source build requiring a newer git version (that supports --path-format=relative with rev-parse, as needed by git-sync-deps.py),
# as well as a disabling of the directory safety checks (https://github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765) as