Skip to content

linux-4.14: Fix build failures.

Dariqq requested to merge (removed):fix-linux@4.14 into master

The linux@4.14 package has been failing to build since the end of april (https://cuirass.nonguix.org/build/3943/details was the latest successful build and since https://cuirass.nonguix.org/build/3995/details it is failing). The reason seems to be related to an update to gcc-11 from gcc-10.

This patch disables the gcc-plugins that cause the failure.

For linux@4.19+ the way this config options work seem to have changed so that the issue is already fixed on these versions. For linux-libre@4.14 these options are already disabled so this issue does not occur.

Merge request reports