Skip to content

Build base compilers docker images #296

Build base compilers docker images

Build base compilers docker images #296

Re-run triggered February 13, 2025 12:41
Status Failure
Total duration 1m 16s
Artifacts

docker-bases.yml

on: workflow_dispatch
Matrix: cpu-base
Fit to window
Zoom out
Zoom in

Annotations

3 errors
cpu-base (14)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -n \"$gcc\" ]; then apt-get install libgmp-dev libmpc-dev libmpfr-dev libisl-dev binutils texinfo -y && cd /tmp && mkdir gcc && git clone git://gcc.gnu.org/git/gcc.git gcc && cd gcc && git checkout releases/gcc-${gcc} && mkdir build && cd build && ../configure --prefix=/opt/gcc-${gcc} --enable-languages=c,c++,fortran --disable-multilib --enable-shared --enable-lto --enable-libstdcxx-time=yes --enable-libgomp && make -j $(nproc) && make install-strip && update-alternatives --install /usr/bin/gcc gcc /opt/gcc-${gcc}/bin/gcc 60 && update-alternatives --install /usr/bin/g++ g++ /opt/gcc-${gcc}/bin/g++ 60 && update-alternatives --install /usr/bin/gfortran gfortran /opt/gcc-${gcc}/bin/gfortran 60 && rm -rf /tmp/gcc; fi;" did not complete successfully: exit code: 100
cpu-base
The job was canceled because "_14" failed.
cpu-base
The operation was canceled.