ibmruntimes / openj9-openjdk-jdk21

GNU General Public License v2.0
8 stars 40 forks source link

Avoid rebuilding native code headers for OpenJCEPlus #218

Closed KostasTsiounis closed 1 week ago

KostasTsiounis commented 1 week ago

Some OpenJCEPlus headers are already compiled as part of a previous target, so there is no reason to recompile them. Instead an additional variable is passed as part of the make command to indicate that this step can be skipped.

Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/824

Signed-off-by: Kostas Tsiounis kostas.tsiounis@ibm.com

KostasTsiounis commented 1 week ago

FYI @keithc-ca

keithc-ca commented 1 week ago

Jenkins compile win jdk21