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

Related: RHEL-74403
This commit is contained in:
Andrew Hughes 2025-01-19 02:15:58 +00:00
parent cf8b7d84b9
commit 05293ac7e9
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 By default, the portable build on RHEL also uses a "devkit" (a
toolchain and system libraries) to build. This aids reproducibility toolchain and system libraries) to build. This aids reproducibility
by removing build differences caused by differing system toolchains by removing build differences caused by differing system toolchains
and libraries. This dependency can be dropped by removing the and libraries. This dependency can be dropped by defining 'centos' to
architecture from the definition of `devkit_arches` in the a non-zero value (e.g. --define='centos 1') or a devkit can be built
`java-21-openjdk-portable.specfile` or a devkit can be built using the using the `openjdk-devkit.specfile` and associated patches.
`openjdk-devkit.specfile` and associated patches.

View File

@ -2566,6 +2566,7 @@ cjc.mainProgram(args)
- Update release notes to 21.0.6+7 - Update release notes to 21.0.6+7
- Sync the copy of the portable & devkit specfiles with the latest update - Sync the copy of the portable & devkit specfiles with the latest update
- Include the latest devkit patches - Include the latest devkit patches
- Update README.md to list an easier way of disabling the devkit
- ** This tarball is embargoed until 2025-01-21 @ 1pm PT. ** - ** This tarball is embargoed until 2025-01-21 @ 1pm PT. **
- Resolves: RHEL-73562 - Resolves: RHEL-73562