|
|
@@ -19,6 +19,10 @@ on:
|
|
|
description: "Use ccache/bazel cache (restore/save)"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
+ bypass:
|
|
|
+ description: "Apply kernel version-check bypass hack"
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
kernel_build_version:
|
|
|
description: "Kernel Version"
|
|
|
type: choice
|
|
|
@@ -633,6 +637,7 @@ jobs:
|
|
|
droidspaces_commit: ${{ needs.resolve-sources.outputs.droidspaces_commit }}
|
|
|
brand_name: ${{ inputs.brand_name }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
+ bypass: ${{ inputs.bypass }}
|
|
|
use_cache: ${{ inputs.use_cache }}
|
|
|
secrets: inherit
|
|
|
|
|
|
@@ -661,6 +666,7 @@ jobs:
|
|
|
droidspaces_commit: ${{ needs.resolve-sources.outputs.droidspaces_commit }}
|
|
|
brand_name: ${{ inputs.brand_name }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
+ bypass: ${{ inputs.bypass }}
|
|
|
use_cache: ${{ inputs.use_cache }}
|
|
|
secrets: inherit
|
|
|
|
|
|
@@ -689,6 +695,7 @@ jobs:
|
|
|
droidspaces_commit: ${{ needs.resolve-sources.outputs.droidspaces_commit }}
|
|
|
brand_name: ${{ inputs.brand_name }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
+ bypass: ${{ inputs.bypass }}
|
|
|
use_cache: ${{ inputs.use_cache }}
|
|
|
secrets: inherit
|
|
|
|
|
|
@@ -717,6 +724,7 @@ jobs:
|
|
|
droidspaces_commit: ${{ needs.resolve-sources.outputs.droidspaces_commit }}
|
|
|
brand_name: ${{ inputs.brand_name }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
+ bypass: ${{ inputs.bypass }}
|
|
|
use_cache: ${{ inputs.use_cache }}
|
|
|
secrets: inherit
|
|
|
|
|
|
@@ -745,6 +753,7 @@ jobs:
|
|
|
droidspaces_commit: ${{ needs.resolve-sources.outputs.droidspaces_commit }}
|
|
|
brand_name: ${{ inputs.brand_name }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
+ bypass: ${{ inputs.bypass }}
|
|
|
use_cache: ${{ inputs.use_cache }}
|
|
|
secrets: inherit
|
|
|
|
|
|
@@ -773,6 +782,7 @@ jobs:
|
|
|
droidspaces_commit: ${{ needs.resolve-sources.outputs.droidspaces_commit }}
|
|
|
brand_name: ${{ inputs.brand_name }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
+ bypass: ${{ inputs.bypass }}
|
|
|
use_cache: ${{ inputs.use_cache }}
|
|
|
secrets: inherit
|
|
|
|
|
|
@@ -801,6 +811,7 @@ jobs:
|
|
|
droidspaces_commit: ${{ needs.resolve-sources.outputs.droidspaces_commit }}
|
|
|
brand_name: ${{ inputs.brand_name }}
|
|
|
os_patch_level: ${{ inputs.os_patch_level }}
|
|
|
+ bypass: ${{ inputs.bypass }}
|
|
|
use_cache: ${{ inputs.use_cache }}
|
|
|
secrets: inherit
|
|
|
|