Skip to content

Temporally Disable Sourceforge #21

Temporally Disable Sourceforge

Temporally Disable Sourceforge #21

Triggered via push November 2, 2025 04:01
Status Failure
Total duration 5h 11m 12s
Artifacts
Validate Configuration
10s
Validate Configuration
Build Docker Image
5h 10m
Build Docker Image
Matrix: Test Docker Image
Run All Tests
0s
Run All Tests
Push Docker Image
Push Docker Image
Fit to window
Zoom out
Zoom in

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