Remove Free Pascal Temporally #6
docker-build-test-deploy.yml
on: push
Validate Configuration
10s
Matrix: Test Docker Image
Push Docker Image
0s
Annotations
1 error
|
Build Docker Image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -xe && apt-get update && apt-get install -y --no-install-recommends libgmp-dev libtinfo5 && rm -rf /var/lib/apt/lists/* && for VERSION in $HASKELL_VERSIONS; do curl -fSsL \"https://downloads.haskell.org/~ghc/$VERSION/ghc-$VERSION-x86_64-deb12-linux.tar.xz\" -o /tmp/ghc-$VERSION.tar.xz && mkdir /tmp/ghc-$VERSION && tar -xf /tmp/ghc-$VERSION.tar.xz -C /tmp/ghc-$VERSION --strip-components=1 && rm /tmp/ghc-$VERSION.tar.xz && cd /tmp/ghc-$VERSION && ./configure --prefix=/usr/local/ghc-$VERSION && make -j$(nproc) install && rm -rf /tmp/*; done" did not complete successfully: exit code: 100
|