Update README.md to list an easier way of disabling the devkit

Related: RHEL-74404
This commit is contained in:
Andrew Hughes 2025-01-19 02:15:58 +00:00
parent c79d060a3c
commit 0f47d433d0
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,6 @@ slowdebug`.
By default, the portable build on RHEL also uses a "devkit" (a
toolchain and system libraries) to build. This aids reproducibility
by removing build differences caused by differing system toolchains
and libraries. This dependency can be dropped by removing the
architecture from the definition of `devkit_arches` in the
`java-21-openjdk-portable.specfile` or a devkit can be built using the
`openjdk-devkit.specfile` and associated patches.
and libraries. This dependency can be dropped by defining 'centos' to
a non-zero value (e.g. --define='centos 1') or a devkit can be built
using the `openjdk-devkit.specfile` and associated patches.

View File

@ -2564,6 +2564,7 @@ require "copy_jdk_configs.lua"
- Sync the copy of the portable & devkit specfiles with the latest update
- Include the latest devkit patches
- Remove x86_64 debuginfo workaround which should no longer be needed
- Update README.md to list an easier way of disabling the devkit
- ** This tarball is embargoed until 2025-01-21 @ 1pm PT. **
- Resolves: RHEL-73549