Skip to content
Snippets Groups Projects
Commit 1f9c4a99 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Kbuild: make MODVERSIONS support depend on not being a compile test build


Currently the Rust support is gated on not having MODVERSIONS enabled,
and as a result an "allmodconfig" build will disable Rust build tests.

While MODVERSIONS configurations are worth build testing, the feature is
not actually meaningful unless you run the result, and I'd rather get
build coverage of Rust than MODVERSIONS.  So let's disable MODVERSIONS
for build testing until the Rust side clears up.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 57017256
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment