reproducible builds doc disagrees with code
Maxim Kartashev
maxim.kartashev at jetbrains.com
Tue Nov 30 13:16:25 UTC 2021
For the record, this was fixed as JDK-8277977
<https://bugs.openjdk.java.net/browse/JDK-8277977>.
On Wed, Nov 24, 2021 at 4:55 PM Maxim Kartashev <
maxim.kartashev at jetbrains.com> wrote:
> The description of reproducible builds in doc/building.html and
> doc/building.md suggests to use the --enable-reproducible-builds option,
> but in reality the option spelling is singular, not plural:
> --enable-reproducible-build. There's also a reference to
> --disable-reproducible-builds (again, plural) in the build scripts. I
> wonder which is correct?
>
> make/autoconf/jdk-options.m4
> 697: UTIL_ARG_ENABLE(NAME: reproducible-build, DEFAULT:
> $REPRODUCIBLE_BUILD_DEFAULT,
> 705: AC_MSG_NOTICE([On Windows it is not possible to combine
> --disable-reproducible-builds])
>
> The doc commit:
> https://github.com/openjdk/jdk/commit/59c3dcc761ac7a9eab1517743cbb77e5526ca6f3
>
More information about the build-dev
mailing list