You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments