< prev index next > .github/workflows/submit.yml
Print this page
- hs x64 zero build only
- hs x64 minimal build only
- hs x64 optimized build only
- hs aarch64 build only
- hs arm build only
- - hs s390x build only
- - hs ppc64le build only
include:
- flavor: hs x64 build only
flags: --enable-debug --disable-precompiled-headers
- flavor: hs x64 zero build only
flags: --enable-debug --disable-precompiled-headers --with-jvm-variants=zero
- flavor: hs arm build only
flags: --enable-debug --disable-precompiled-headers
debian-arch: armhf
gnu-arch: arm
gnu-flavor: eabihf
- - flavor: hs s390x build only
- flags: --enable-debug --disable-precompiled-headers
- debian-arch: s390x
- gnu-arch: s390x
- - flavor: hs ppc64le build only
- flags: --enable-debug --disable-precompiled-headers
- debian-arch: ppc64el
- gnu-arch: powerpc64le
env:
JDK_VERSION: "${{ needs.prerequisites.outputs.jdk_version }}"
BOOT_JDK_VERSION: "${{ fromJson(needs.prerequisites.outputs.dependencies).BOOT_JDK_VERSION }}"
BOOT_JDK_FILENAME: "${{ fromJson(needs.prerequisites.outputs.dependencies).LINUX_X64_BOOT_JDK_FILENAME }}"
< prev index next >