Temporally Disable Sourceforge #21
docker-build-test-deploy.yml
on: push
Validate Configuration
10s
Matrix: Test Docker Image
Push Docker Image
Annotations
1 error
|
Build Docker Image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -xe && curl -fSsL \"https://github.com/ocaml/ocaml/releases/download/$OCAML_VERSION/$OCAML_VERSION.tar.gz\" -o /tmp/ocaml.tar.gz && mkdir /tmp/ocaml-build && tar -xf /tmp/ocaml.tar.gz -C /tmp/ocaml-build --strip-components=1 && rm /tmp/ocaml.tar.gz && cd /tmp/ocaml-build && ./configure -prefix /usr/local/ocaml-$OCAML_VERSION --disable-ocamldoc --disable-debugger && make -j\"$(nproc)\" world.opt && make -j\"$(nproc)\" install && rm -rf /tmp/*" did not complete successfully: exit code: 22
|