|
|
@@ -37,15 +37,6 @@ on:
|
|
|
required: true
|
|
|
type: boolean
|
|
|
default: false
|
|
|
- lto_type:
|
|
|
- description: "Choose the lto type will fail on full if using a github hosted runner"
|
|
|
- required: true
|
|
|
- type: choice
|
|
|
- options:
|
|
|
- - none
|
|
|
- - thin
|
|
|
- - full
|
|
|
- default: thin
|
|
|
next_branch:
|
|
|
description: "Choose next branch"
|
|
|
required: true
|
|
|
@@ -67,7 +58,6 @@ jobs:
|
|
|
secrets: inherit
|
|
|
if: ${{ inputs.build_a12_5_10 }}
|
|
|
with:
|
|
|
- lto_type: ${{ inputs.lto_type }}
|
|
|
next_branch: ${{ inputs.next_branch }}
|
|
|
next_branch_other: ${{ inputs.next_branch_other }}
|
|
|
|
|
|
@@ -76,7 +66,6 @@ jobs:
|
|
|
secrets: inherit
|
|
|
if: ${{ inputs.build_a13_5_10 }}
|
|
|
with:
|
|
|
- lto_type: ${{ inputs.lto_type }}
|
|
|
next_branch: ${{ inputs.next_branch }}
|
|
|
next_branch_other: ${{ inputs.next_branch_other }}
|
|
|
|
|
|
@@ -85,7 +74,6 @@ jobs:
|
|
|
secrets: inherit
|
|
|
if: ${{ inputs.build_a13_5_15 }}
|
|
|
with:
|
|
|
- lto_type: ${{ inputs.lto_type }}
|
|
|
next_branch: ${{ inputs.next_branch }}
|
|
|
next_branch_other: ${{ inputs.next_branch_other }}
|
|
|
|
|
|
@@ -94,7 +82,6 @@ jobs:
|
|
|
secrets: inherit
|
|
|
if: ${{ inputs.build_a14_5_15 }}
|
|
|
with:
|
|
|
- lto_type: ${{ inputs.lto_type }}
|
|
|
next_branch: ${{ inputs.next_branch }}
|
|
|
next_branch_other: ${{ inputs.next_branch_other }}
|
|
|
|
|
|
@@ -103,7 +90,6 @@ jobs:
|
|
|
secrets: inherit
|
|
|
if: ${{ inputs.build_a14_6_1 }}
|
|
|
with:
|
|
|
- lto_type: ${{ inputs.lto_type }}
|
|
|
next_branch: ${{ inputs.next_branch }}
|
|
|
next_branch_other: ${{ inputs.next_branch_other }}
|
|
|
|