|
@@ -275,13 +275,6 @@ jobs:
|
|
|
commit: ${{ inputs.nomount_commit }}
|
|
commit: ${{ inputs.nomount_commit }}
|
|
|
kernel_version: ${{ inputs.kernel_version }}
|
|
kernel_version: ${{ inputs.kernel_version }}
|
|
|
|
|
|
|
|
- - name: Build matching NoMount metamodule
|
|
|
|
|
- id: nomount-metamodule
|
|
|
|
|
- if: ${{ inputs.root_flavor != '' && inputs.nomount_commit != '' }}
|
|
|
|
|
- uses: ./.github/actions/nomount-metamodule
|
|
|
|
|
- with:
|
|
|
|
|
- commit: ${{ inputs.nomount_commit }}
|
|
|
|
|
-
|
|
|
|
|
- name: Apply ABI Compare Bypass
|
|
- name: Apply ABI Compare Bypass
|
|
|
if: false
|
|
if: false
|
|
|
working-directory: ${{ github.workspace }}/kernel
|
|
working-directory: ${{ github.workspace }}/kernel
|
|
@@ -557,16 +550,6 @@ jobs:
|
|
|
if-no-files-found: ignore
|
|
if-no-files-found: ignore
|
|
|
compression-level: 9
|
|
compression-level: 9
|
|
|
|
|
|
|
|
- - name: Upload NoMount metamodule
|
|
|
|
|
- id: nomount-metamodule-artifact
|
|
|
|
|
- if: ${{ inputs.root_flavor != '' && inputs.nomount_commit != '' }}
|
|
|
|
|
- uses: actions/upload-artifact@v7
|
|
|
|
|
- with:
|
|
|
|
|
- name: ${{ steps.extract.outputs.file_name }}-NoMount-Metamodule
|
|
|
|
|
- path: ${{ steps.nomount-metamodule.outputs.module_path }}
|
|
|
|
|
- if-no-files-found: error
|
|
|
|
|
- compression-level: 0
|
|
|
|
|
-
|
|
|
|
|
- name: Write Build-verified only artifact metadata
|
|
- name: Write Build-verified only artifact metadata
|
|
|
if: ${{ success() && inputs.root_flavor != '' && inputs.nomount_commit != '' }}
|
|
if: ${{ success() && inputs.root_flavor != '' && inputs.nomount_commit != '' }}
|
|
|
shell: bash
|
|
shell: bash
|
|
@@ -599,7 +582,7 @@ jobs:
|
|
|
resolve_artifact "${{ steps.extract.outputs.file_name }}-AnyKernel3"
|
|
resolve_artifact "${{ steps.extract.outputs.file_name }}-AnyKernel3"
|
|
|
)
|
|
)
|
|
|
read -r nomount_module_url nomount_module_sha256 < <(
|
|
read -r nomount_module_url nomount_module_sha256 < <(
|
|
|
- resolve_artifact "${{ steps.extract.outputs.file_name }}-NoMount-Metamodule"
|
|
|
|
|
|
|
+ resolve_artifact "NoMount-Metamodule"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
jq -n \
|
|
jq -n \
|
|
@@ -616,7 +599,7 @@ jobs:
|
|
|
--arg provenance_url "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
|
--arg provenance_url "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
|
|
--arg artifact_url "$kernel_artifact_url" \
|
|
--arg artifact_url "$kernel_artifact_url" \
|
|
|
--arg sha256 "$kernel_artifact_sha256" \
|
|
--arg sha256 "$kernel_artifact_sha256" \
|
|
|
- --arg nomount_module_commit "${{ steps.nomount-metamodule.outputs.commit }}" \
|
|
|
|
|
|
|
+ --arg nomount_module_commit "${{ inputs.nomount_commit }}" \
|
|
|
--arg nomount_module_url "$nomount_module_url" \
|
|
--arg nomount_module_url "$nomount_module_url" \
|
|
|
--arg nomount_module_sha256 "$nomount_module_sha256" \
|
|
--arg nomount_module_sha256 "$nomount_module_sha256" \
|
|
|
--arg status "Build-verified only" \
|
|
--arg status "Build-verified only" \
|