Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add RC/release build configure parameters to release_process.md #2953

Merged
merged 1 commit into from
Sep 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/processes/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,13 @@ them. They are merely points in time.
Update the Extensions branches to pull the tagged levels from the `openj9`
& `openj9-omr` release branches.
1. Rebuild the tagged levels and ensure they pass the quality bar defined by
AdoptOpenJDK.
AdoptOpenJDK. These builds need to have extra configure options which will
identify them as release builds. These options are`--with-milestone=fcs`
(JDK8 - don't use the default option for an internal build) or
`--without-version-pre --without-version-opt` (JDK9+ - don't set
pre-release identifier or OPT field that contains a timestamp) added to the
`./configure` command line. These ensure that the correct version string
is displayed in the `java -version` output.
1. Provide a window of time (a week?) for any stakeholders to highlight any
stopship issues with the release candidate build. If any are found, a
determination can be made to either:
Expand Down