Build Base Image #7
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -y && DEBIAN_FRONTEND=\"noninteractive\" apt-get install -y gcc gfortran && mkdir /opt/mpich && cd /opt/mpich && wget http://www.mpich.org/static/downloads/${TX_MPI_VERSION}/mpich-${TX_MPI_VERSION}.tar.gz && tar xvzf mpich-${TX_MPI_VERSION}.tar.gz && cd mpich-${TX_MPI_VERSION} && ./configure --disable-wrapper-rpath --disable-cxx --with-device=ch3 && make && make install && rm -rf /opt/mpich && apt-get remove --purge -y gcc gfortran" did not complete successfully: exit code: 8
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading