Fix Opensuse-leap docker: use ARM GCC14

This commit is contained in:
Philippe Teuwen 2025-02-03 10:11:28 +01:00
commit 272286f565

View file

@ -6,7 +6,7 @@ RUN zypper --non-interactive install --no-recommends shadow sudo git patterns-de
RUN zypper addrepo https://download.opensuse.org/repositories/home:wkazubski/15.6/home:wkazubski.repo && \
zypper --gpg-auto-import-keys refresh && \
zypper --non-interactive install cross-arm-none-eabi-gcc13 cross-arm-none-eabi-newlib
zypper --non-interactive install cross-arm-none-eabi-gcc14 cross-arm-none-eabi-newlib
RUN zypper --non-interactive install cmake python3 python3-pip && \
python3 -m pip install ansicolors sslcrypto