File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,6 @@ pipeline:
131
131
# symlink for `java-common` to work (which expects jre in $_java_home/jre)
132
132
ln -sf . "${{targets.contextdir}}/$_java_home/jre"
133
133
134
- - uses : strip
135
-
136
134
subpackages :
137
135
- name : " ${{package.name}}-dbg"
138
136
description : " OpenJDK 24 Java Debug Symbols"
@@ -172,7 +170,6 @@ subpackages:
172
170
173
171
# symlink for `java-common` to work (which expects jre in $_java_home/jre)
174
172
ln -sf . "${{targets.subpkgdir}}/$_java_home/jre"
175
- - uses : strip
176
173
177
174
# Disabled doc subpackage for now.
178
175
# Upstream has switched from troff manpages in the repository to pandoc.
@@ -263,7 +260,7 @@ test:
263
260
java -jar app.jar
264
261
265
262
# Test jlink
266
- jlink --verbose --module-path "app.jar:$JAVA_HOME/jmods " \
263
+ jlink --verbose --module-path "app.jar" \
267
264
--add-modules test.modules \
268
265
--output test-project-jre
269
266
You can’t perform that action at this time.
0 commit comments