Skip to content

Commit 8434067

Browse files
committed
Drop strip
1 parent 85cb89a commit 8434067

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

openjdk-24.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ pipeline:
131131
# symlink for `java-common` to work (which expects jre in $_java_home/jre)
132132
ln -sf . "${{targets.contextdir}}/$_java_home/jre"
133133
134-
- uses: strip
135-
136134
subpackages:
137135
- name: "${{package.name}}-dbg"
138136
description: "OpenJDK 24 Java Debug Symbols"
@@ -172,7 +170,6 @@ subpackages:
172170
173171
# symlink for `java-common` to work (which expects jre in $_java_home/jre)
174172
ln -sf . "${{targets.subpkgdir}}/$_java_home/jre"
175-
- uses: strip
176173
177174
# Disabled doc subpackage for now.
178175
# Upstream has switched from troff manpages in the repository to pandoc.
@@ -263,7 +260,7 @@ test:
263260
java -jar app.jar
264261
265262
# Test jlink
266-
jlink --verbose --module-path "app.jar:$JAVA_HOME/jmods" \
263+
jlink --verbose --module-path "app.jar" \
267264
--add-modules test.modules \
268265
--output test-project-jre
269266

0 commit comments

Comments
 (0)