< prev index next > .github/workflows/main.yml
Print this page
configure-arguments: ${{ github.event.inputs.configure-arguments }}
make-arguments: ${{ github.event.inputs.make-arguments }}
dry-run: ${{ needs.prepare.outputs.dry-run == 'true' }}
if: needs.prepare.outputs.linux-x64-variants == 'true'
! build-linux-x64-hs-zero:
! name: linux-x64-hs-zero
! needs: prepare
! uses: ./.github/workflows/build-linux.yml
! with:
! platform: linux-x64
! make-target: 'hotspot'
! debug-levels: '[ "debug" ]'
! gcc-major-version: '10'
! extra-conf-options: '--with-jvm-variants=zero --disable-precompiled-headers'
! configure-arguments: ${{ github.event.inputs.configure-arguments }}
! make-arguments: ${{ github.event.inputs.make-arguments }}
! dry-run: ${{ needs.prepare.outputs.dry-run == 'true' }}
! if: needs.prepare.outputs.linux-x64-variants == 'true'
build-linux-x64-hs-minimal:
name: linux-x64-hs-minimal
needs: prepare
uses: ./.github/workflows/build-linux.yml
configure-arguments: ${{ github.event.inputs.configure-arguments }}
make-arguments: ${{ github.event.inputs.make-arguments }}
dry-run: ${{ needs.prepare.outputs.dry-run == 'true' }}
if: needs.prepare.outputs.linux-x64-variants == 'true'
! # build-linux-x64-hs-zero:
! # name: linux-x64-hs-zero
! # needs: prepare
! # uses: ./.github/workflows/build-linux.yml
! # with:
! # platform: linux-x64
! # make-target: 'hotspot'
! # debug-levels: '[ "debug" ]'
! # gcc-major-version: '10'
! # extra-conf-options: '--with-jvm-variants=zero --disable-precompiled-headers'
! # configure-arguments: ${{ github.event.inputs.configure-arguments }}
! # make-arguments: ${{ github.event.inputs.make-arguments }}
! # dry-run: ${{ needs.prepare.outputs.dry-run == 'true' }}
! # if: needs.prepare.outputs.linux-x64-variants == 'true'
build-linux-x64-hs-minimal:
name: linux-x64-hs-minimal
needs: prepare
uses: ./.github/workflows/build-linux.yml
< prev index next >