Skip to content

Commit 8168a3b

Browse files
committed
tests: build_allmodconfig: disable Rust in the build
We are seeing inexplicable Rust spew around bindings::driver_type. It only happens in the allmodconfig + sparse build so skip Rust. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent b9596a6 commit 8168a3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/patch/build_allmodconfig_warn/build_allmodconfig.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ prep_config() {
1616
./scripts/config --file $output_dir/.config -d werror
1717
./scripts/config --file $output_dir/.config -d drm_werror
1818
./scripts/config --file $output_dir/.config -d kvm_werror
19+
# As of v6.19-rc6 there seems to be an issue with GCC+sparse+Rust on net.
20+
# Don't bother, build_clang has it covered (and works fine).
21+
./scripts/config --file $output_dir/.config -d rust
1922
}
2023

2124
clean_up_output() {

0 commit comments

Comments
 (0)