Преглед на файлове

Update build-kernel-release.yml

James McConnell преди 1 година
родител
ревизия
b1baac87f9
променени са 1 файла, в които са добавени 0 реда и са изтрити 14 реда
  1. 0 14
      .github/workflows/build-kernel-release.yml

+ 0 - 14
.github/workflows/build-kernel-release.yml

@@ -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 }}