Skip to content

run: Add new --compiler argument

Andrea Righi requested to merge github/fork/marcosps/compiler-arg into main

Created by: marcosps

There are cases when compiling a kernel with a more recent compiler can return errors. For example, on curent openSUSE Tumbleweed, gcc-13 is present, and it errors out on a couple of places.

For such cases, --compiler would help to test using different compiler versions, like in the example, using gcc-11 can compile the mainline kernel without problems.

Merge request reports

Loading