Skip to content

Commit bee0739

Browse files
committed
measure: Ensure S2I_ENABLE_JLINK is enabled for phase 2
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent a31fbaf commit bee0739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

measure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ BASEIMG=ubi9/openjdk-17:latest
3030
OUTIMG=out-s2i-image2
3131

3232
$S2I build --pull-policy never \
33+
-e S2I_ENABLE_JLINK=true \
3334
-e MAVEN_S2I_ARTIFACT_DIRS=target \
3435
-e S2I_SOURCE_DEPLOYMENTS_FILTER="*.jar quarkus-app" \
3536
-e QUARKUS_PACKAGE_TYPE=uber-jar \

0 commit comments

Comments
 (0)