|
@@ -19,6 +19,10 @@ on:
|
|
|
description: "Use ccache/bazel cache (restore/save)"
|
|
description: "Use ccache/bazel cache (restore/save)"
|
|
|
type: boolean
|
|
type: boolean
|
|
|
default: true
|
|
default: true
|
|
|
|
|
+ bypass:
|
|
|
|
|
+ description: "Apply kernel version-check bypass hack"
|
|
|
|
|
+ type: boolean
|
|
|
|
|
+ default: false
|
|
|
kernel_build_version:
|
|
kernel_build_version:
|
|
|
description: "Kernel Version"
|
|
description: "Kernel Version"
|
|
|
type: choice
|
|
type: choice
|
|
@@ -99,10 +103,6 @@ on:
|
|
|
description: "Performance"
|
|
description: "Performance"
|
|
|
type: boolean
|
|
type: boolean
|
|
|
default: false
|
|
default: false
|
|
|
- bypass:
|
|
|
|
|
- description: "Apply kernel version-check bypass hack"
|
|
|
|
|
- type: boolean
|
|
|
|
|
- default: false
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
resolve-sources:
|
|
resolve-sources:
|