mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
Also upload jdk for anyone need it
This commit is contained in:
parent
8e59694493
commit
779d5c021a
2
.github/workflows/build_aarch32.yml
vendored
2
.github/workflows/build_aarch32.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
# name: jre
|
# name: jre
|
||||||
path: jre*.tar.xz
|
path: *.tar.xz
|
||||||
|
2
.github/workflows/build_aarch64.yml
vendored
2
.github/workflows/build_aarch64.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
# name: jre
|
# name: jre
|
||||||
path: jre*.tar.xz
|
path: *.tar.xz
|
||||||
|
2
.github/workflows/build_x86.yml
vendored
2
.github/workflows/build_x86.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
# name: jre
|
# name: jre
|
||||||
path: jre*.tar.xz
|
path: *.tar.xz
|
||||||
|
2
.github/workflows/build_x86_64.yml
vendored
2
.github/workflows/build_x86_64.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
# name: jre
|
# name: jre
|
||||||
path: jre*.tar.xz
|
path: *.tar.xz
|
||||||
|
@ -8,6 +8,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cp -r openjdk/build/linux-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images/j2re-image jreout
|
cp -r openjdk/build/linux-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images/j2re-image jreout
|
||||||
|
cp -r openjdk/build/linux-${TARGET_JDK}-normal-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}/images/j2sdk-image jdkout
|
||||||
mv jreout/lib/${TARGET_JDK}/libfreetype.so.6 jreout/lib/${TARGET_JDK}/libfreetype.so || echo "Move exit $?"
|
mv jreout/lib/${TARGET_JDK}/libfreetype.so.6 jreout/lib/${TARGET_JDK}/libfreetype.so || echo "Move exit $?"
|
||||||
|
|
||||||
# mv jreout/lib/${TARGET_JDK}/libfontmanager.diz jreout/lib/${TARGET_JDK}/libfontmanager.diz.keep
|
# mv jreout/lib/${TARGET_JDK}/libfontmanager.diz jreout/lib/${TARGET_JDK}/libfontmanager.diz.keep
|
||||||
@ -15,3 +16,4 @@ mv jreout/lib/${TARGET_JDK}/libfreetype.so.6 jreout/lib/${TARGET_JDK}/libfreetyp
|
|||||||
# mv jreout/lib/${TARGET_JDK}/libfontmanager.diz.keep jreout/lib/${TARGET_JDK}/libfontmanager.diz
|
# mv jreout/lib/${TARGET_JDK}/libfontmanager.diz.keep jreout/lib/${TARGET_JDK}/libfontmanager.diz
|
||||||
|
|
||||||
find jreout -name "libjvm.diz" | xargs -- rm
|
find jreout -name "libjvm.diz" | xargs -- rm
|
||||||
|
find jdkout -name "*.diz" | xargs -- rm
|
||||||
|
@ -3,3 +3,6 @@ set -e
|
|||||||
mv jre_override/lib/* jreout/lib/
|
mv jre_override/lib/* jreout/lib/
|
||||||
cd jreout
|
cd jreout
|
||||||
tar cJf ../jre8-${TARGET_SHORT}-`date +%Y%m%d`-${JDK_DEBUG_LEVEL}.tar.xz .
|
tar cJf ../jre8-${TARGET_SHORT}-`date +%Y%m%d`-${JDK_DEBUG_LEVEL}.tar.xz .
|
||||||
|
cd ../jdkout
|
||||||
|
tar cJf ../jdk8-${TARGET_SHORT}-`date +%Y%m%d`-${JDK_DEBUG_LEVEL}.tar.xz .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user