My own OCaml monorepo using monopam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: static

+1 -1
+1 -1
.github/workflows/release.yml
··· 29 29 FROM ocaml/opam:alpine-3.22-ocaml-5.4 AS builder 30 30 USER root 31 31 RUN apk add --no-cache build-base m4 perl pkgconf git curl bash patch \ 32 - gmp-dev sqlite-dev sqlite-static openssl-dev openssl-libs-static \ 32 + gmp-dev gmp-static sqlite-dev sqlite-static openssl-dev openssl-libs-static \ 33 33 zlib-dev zlib-static 34 34 USER opam 35 35 WORKDIR /home/opam/src