Skip to content

Commit

Permalink
update to gcc12
Browse files Browse the repository at this point in the history
  • Loading branch information
Laikulo committed Oct 1, 2023
1 parent 1975019 commit d12d590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM opensuse/tumbleweed:latest
ARG gcc_version=13 python_version=39
ARG gcc_version=12 python_version=311
RUN zypper -n ar -C "obs://home:Laikulo:cross-pru" cross-pru && \
zypper --gpg-auto-import-keys ref && \
zypper -n in tar gzip git shadow \
Expand All @@ -8,7 +8,7 @@ RUN zypper -n ar -C "obs://home:Laikulo:cross-pru" cross-pru && \
cross-avr-binutils cross-avr-gcc${gcc_version} avr-libc \
cross-pru-binutils cross-pru-gcc${gcc_version} cross-pru-newlib-devel gnuprumcu \
cross-arm-none-gcc${gcc_version} cross-arm-none-newlib-devel && \
alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 309 && \
alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 311 && \
alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${gcc_version} ${gcc_version} && \
alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${gcc_version} ${gcc_version} && \
alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-${gcc_version} ${gcc_version} && \
Expand Down

0 comments on commit d12d590

Please sign in to comment.