|
@@ -125,6 +125,12 @@ jobs:
|
|
|
kernel_version: ${{ inputs.kernel_version }}
|
|
kernel_version: ${{ inputs.kernel_version }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
|
|
|
|
|
|
|
+ - name: Capture source ABI/KMI safeguards
|
|
|
|
|
+ if: ${{ inputs.preserve_abi }}
|
|
|
|
|
+ uses: ./.github/actions/abi-kmi-safeguards
|
|
|
|
|
+ with:
|
|
|
|
|
+ mode: capture
|
|
|
|
|
+
|
|
|
- name: Set Build Timestamp from Kernel Commit
|
|
- name: Set Build Timestamp from Kernel Commit
|
|
|
shell: bash
|
|
shell: bash
|
|
|
run: |
|
|
run: |
|
|
@@ -171,12 +177,6 @@ jobs:
|
|
|
sublevel: ${{ steps.extract.outputs.sublevel }}
|
|
sublevel: ${{ steps.extract.outputs.sublevel }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
|
|
|
|
|
- - name: Capture source ABI/KMI safeguards
|
|
|
|
|
- if: ${{ inputs.preserve_abi }}
|
|
|
|
|
- uses: ./.github/actions/abi-kmi-safeguards
|
|
|
|
|
- with:
|
|
|
|
|
- mode: capture
|
|
|
|
|
-
|
|
|
|
|
- name: Setup Selected Root Implementation
|
|
- name: Setup Selected Root Implementation
|
|
|
if: ${{ inputs.root_flavor != '' }}
|
|
if: ${{ inputs.root_flavor != '' }}
|
|
|
uses: ./.github/actions/root-setup
|
|
uses: ./.github/actions/root-setup
|