Skip to content

Commit

Permalink
Update notes in release/Dockerfile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Sep 17, 2024
1 parent 21bb251 commit 9d39181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN tar xzf %OCAMLV%.tar.gz
WORKDIR ocaml-%OCAMLV%
RUN sed -i 's/gnueabi/*eabi/' configure
RUN sed -i 's/musl/musl*/' configure
# This was necessary prior to #5381 (opam 2.3) and can be removed when support
# for releasing older binaries is no longer required.
RUN sed -i -e 's/NGROUPS_MAX/65536/' otherlibs/unix/getgroups.c
RUN ./configure %CONF% -prefix /usr/local
RUN make "-j$(nproc)" && make install && rm -rf /root/ocaml-%OCAMLV% /root/ocaml-%OCAMLV%.tar.gz
Expand Down

0 comments on commit 9d39181

Please sign in to comment.