mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 11:50:34 -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
|
||||
with:
|
||||
# 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
|
||||
with:
|
||||
# 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
|
||||
with:
|
||||
# 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
|
||||
with:
|
||||
# name: jre
|
||||
path: jre*.tar.xz
|
||||
path: *.tar.xz
|
||||
|
@ -8,6 +8,7 @@ then
|
||||
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/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}/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
|
||||
|
||||
find jreout -name "libjvm.diz" | xargs -- rm
|
||||
find jdkout -name "*.diz" | xargs -- rm
|
||||
|
Loading…
x
Reference in New Issue
Block a user