Commit db0f84f
committed
github actions: Add skip_kabi workflow input for CLK kernel builds
CLK kernels don't require a kABI compatibility check. This change
leverages the skipkabi support already built into the container's
kernel_build.sh.
The -u flag on build_kernel.sh overrides which underlying script the
container runs, replacing the default with:
/usr/local/bin/kernel_build.sh skipkabi
A bash array is used for BUILD_ARGS so the podman invocation stays
clean and the default (no skip_kabi) produces no behavioral change.1 parent 7eaff9b commit db0f84f
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
106 | 116 | | |
107 | 117 | | |
108 | 118 | | |
| |||
114 | 124 | | |
115 | 125 | | |
116 | 126 | | |
117 | | - | |
| 127 | + | |
118 | 128 | | |
119 | 129 | | |
120 | 130 | | |
| |||
0 commit comments