[jdk11u-dev] RFR: 8251549: Update docs on building for Git

Aleksey Shipilev shade at openjdk.java.net
Mon Aug 9 09:25:30 UTC 2021


On Mon, 9 Aug 2021 09:04:37 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> > The `*.md` change looks good, but `*.html` has a lot of irrelevant changes. This is usually caused by a different version of pandoc used to generate the HTML file.
> 
> I see. Makes sense. Do you know which pandoc version we need? I have `2.9.2.1`

Look at `./make/conf/jib-profiles.js` in the 11u tree and in current master. Chances are there is no exact Pandoc version that produces the same HTML file _exactly_, but we probably want to have it as close to current version as possible. So that we generate the HTML file once here, and then stick with the particular Pandoc version going forward.

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/205


More information about the jdk-updates-dev mailing list