2026-06-06 05:24.48: New job: Build using windows-x86_64 in
                                []
2026-06-06 05:24.48: Will push staging image to ocurrent/opam-staging:windows-server-msvc-ltsc2025-ocaml-5.4-amd64

Dockerfile:

# escape=`

FROM ocurrent/opam-staging@sha256:2306f1d3ea0b25b80fe51ef81daa537329a3bb27ee2551a64c361fa6c9d51bab
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 5.4 --packages=ocaml-base-compiler.5.4.1,system-msvc
RUN opam pin add -k version ocaml-base-compiler 5.4.1
ENTRYPOINT [ "opam", "exec", "--" ]
CMD [ "cmd.exe" ]
COPY [ "Dockerfile", "/Dockerfile.ocaml" ]


2026-06-06 05:24.48: Using cache hint "5.4.1-amd64-ocurrent/opam-staging@sha256:2306f1d3ea0b25b80fe51ef81daa537329a3bb27ee2551a64c361fa6c9d51bab"
2026-06-06 06:39.38: Cancelling: Auto-cancelling job because it is no longer needed