Skip to content

Commit b9e808b

Browse files
authored
Merge pull request #6200 from dra27/simpler-release
Remove the getgroups workaround allowing users belonging to more than 32 groups
2 parents 6f0cb44 + ac8a72d commit b9e808b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

master_changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ users)
128128
* Exclude the .git directory from the release archive when using GNU tar [#6066 @kit-ty-kate]
129129
* Ensure non-existing %.cache target fail with a fatal error [#6066 @kit-ty-kate]
130130
* Remove opam 2.1 support from the release script [#6084 #6175 @kit-ty-kate]
131+
* Remove the getgroups workaround allowing users belonging to more than 32 groups [#6200 @dra27 @kit-ty-kate]
131132

132133
## Install script
133134
* Provide a shell/install.ps1 PowerShell script to install opam on Windows [#5906 @kit-ty-kate @dra27]

release/Dockerfile.in

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ RUN tar xzf %OCAMLV%.tar.gz
1414
WORKDIR ocaml-%OCAMLV%
1515
RUN sed -i 's/gnueabi/*eabi/' configure
1616
RUN sed -i 's/musl/musl*/' configure
17-
RUN sed -i -e 's/NGROUPS_MAX/65536/' otherlibs/unix/getgroups.c
1817
RUN ./configure %CONF% -prefix /usr/local
1918
RUN make "-j$(nproc)" && make install && rm -rf /root/ocaml-%OCAMLV% /root/ocaml-%OCAMLV%.tar.gz
2019

0 commit comments

Comments
 (0)