We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f677136 commit 2aff135Copy full SHA for 2aff135
scripts/zip.sh
@@ -23,6 +23,12 @@ echo "[ZIP] Building JRI"
23
--add-modules java.se,jdk.jdwp.agent,jdk.unsupported \
24
--output ./jri
25
26
+if [ "$SFLT_NEEDED" == "true" ]; then
27
+ cp "$SFLTDIR/COPYING.txt" "jri/legal/SoftFloat.txt"
28
+ cp "$SFLTDIR/COPYING.txt" "jdk/legal/SoftFloat.txt"
29
+ cp "$SFLTDIR/COPYING.txt" "jmods/SoftFloat.txt"
30
+fi
31
+
32
# create zip files
33
echo "[ZIP] Creating JRI archive"
34
tar -cf - jri | pigz -9 > "$BUILDDIR/jri-$JDKPLATFORM.tar.gz"
0 commit comments