Commit 295b4f2
committed
Makefile: run Rust
Some architectures add flags between `prepare0` and `prepare`.
This makes e.g. `bindgen` think flags have changed.
Thus, instead of running `build` in `prepare0`, do it a bit later
in `prepare` since we do not need anything before.
This solves the arm64 CI issues we were seeing since the container
move: the CI now uses Clang 13 instead of 12, and Clang 13
introduced SysReg Stack Protector Guards which were being set.
This also makes the PowerPC hack unnecessary, which was no
longer needed anyway since commit 336868a ("powerpc: smp:
remove hack to obtain offset of task_struct::cpu").
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>build on prepare
1 parent eb2238d commit 295b4f2
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1258 | 1258 | | |
1259 | 1259 | | |
1260 | 1260 | | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
1261 | 1264 | | |
1262 | 1265 | | |
1263 | 1266 | | |
1264 | 1267 | | |
1265 | 1268 | | |
1266 | | - | |
1267 | | - | |
1268 | | - | |
1269 | 1269 | | |
1270 | 1270 | | |
1271 | 1271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
| 255 | + | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
| |||
0 commit comments