Skip to content
Snippets Groups Projects
Commit 48c86b70 authored by Jazzzny's avatar Jazzzny
Browse files

test

parent de68842e
No related branches found
No related tags found
No related merge requests found
...@@ -42,16 +42,31 @@ jobs: ...@@ -42,16 +42,31 @@ jobs:
arch -x86_64 bash configure --disable-precompiled-headers --with-debug-level=release --with-native-debug-symbols=none --with-extra-cxxflags="-stdlib=libc++" --enable-warnings-as-errors=no --with-conf-name=release --with-vendor-name="Jazzzny" --without-version-opt --without-version-pre --with-vendor-version-string="jdk-macos-legacy" arch -x86_64 bash configure --disable-precompiled-headers --with-debug-level=release --with-native-debug-symbols=none --with-extra-cxxflags="-stdlib=libc++" --enable-warnings-as-errors=no --with-conf-name=release --with-vendor-name="Jazzzny" --without-version-opt --without-version-pre --with-vendor-version-string="jdk-macos-legacy"
make images make images
- name: Archive the build folder - name: Clone Adoptium packaging scripts
run: | run: |
cd jdk17u git clone https://github.com/adoptium/installer.git
tar -czf jdk-macos-legacy.tar.gz build
- name: Run packaging scripts
run: |
cd installer
./packagesbuild.sh --major_version 17 --full_version 17.0.12+2 --input_directory ../jdk17u/build/release/images/jdk-bundle/jdk-17.0.12.jdk --output_directory ../jdk17u/build/release/images/jdk-bundle/jdk-17.0.12+2.pkg --jvm hotspot --architecture x86_64 --type jdk --vendor jazzzny --package-name OpenJDK --logo /System/Library/CoreServices/JavaLauncher.app/Contents/Resources/class.icns
- name: Archive the jdk image
run: |
cd jdk17u/build/release/images/jdk-bundle
tar -czf jdk-macos-legacy.tar.gz jdk-17.0.12.jdk
- name: Upload JDK installer
uses: actions/upload-artifact@v4
with:
name: jdk
path: jdk17u/build/release/images/jdk-bundle/jdk-17.0.12+2.pkg
- name: Upload the build folder - name: Upload JDK image
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: jdk-macos-legacy name: jdk-image
path: jdk17u/jdk-macos-legacy.tar.gz path: jdk17u/build/release/images/jdk-bundle/jdk-macos-legacy.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment