File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ users)
128
128
* Exclude the .git directory from the release archive when using GNU tar [ #6066 @kit-ty-kate ]
129
129
* Ensure non-existing %.cache target fail with a fatal error [ #6066 @kit-ty-kate ]
130
130
* 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 ]
131
132
132
133
## Install script
133
134
* Provide a shell/install.ps1 PowerShell script to install opam on Windows [ #5906 @kit-ty-kate @dra27 ]
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ RUN tar xzf %OCAMLV%.tar.gz
14
14
WORKDIR ocaml-%OCAMLV%
15
15
RUN sed -i 's/gnueabi/*eabi/' configure
16
16
RUN sed -i 's/musl/musl*/' configure
17
- RUN sed -i -e 's/NGROUPS_MAX/65536/' otherlibs/unix/getgroups.c
18
17
RUN ./configure %CONF% -prefix /usr/local
19
18
RUN make "-j$(nproc)" && make install && rm -rf /root/ocaml-%OCAMLV% /root/ocaml-%OCAMLV%.tar.gz
20
19
You can’t perform that action at this time.
0 commit comments