Skip to content

Commit

Permalink
measure: Ensure S2I_ENABLE_JLINK is enabled for phase 2
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Jan 18, 2024
1 parent a31fbaf commit bee0739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions measure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ BASEIMG=ubi9/openjdk-17:latest
OUTIMG=out-s2i-image2

$S2I build --pull-policy never \
-e S2I_ENABLE_JLINK=true \
-e MAVEN_S2I_ARTIFACT_DIRS=target \
-e S2I_SOURCE_DEPLOYMENTS_FILTER="*.jar quarkus-app" \
-e QUARKUS_PACKAGE_TYPE=uber-jar \
Expand Down

0 comments on commit bee0739

Please sign in to comment.