summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2024-08-02 15:45:36 +0300
committerShuah Khan <skhan@linuxfoundation.org>2024-08-12 02:32:55 +0300
commit8afc0816f5f6213c2f40399317e2ecd43371729c (patch)
tree3e96d9b2453b7760904f02f22082175e740186ae
parentfe8340a750002269a3e4178efa1229a88814a656 (diff)
downloadlinux-8afc0816f5f6213c2f40399317e2ecd43371729c.tar.xz
selftests: rust: config: disable GCC_PLUGINS
CONFIG_RUST depends on !CONFIG_GCC_PLUGINS. Disable CONFIG_GCC_PLUGINS in rust/config file to make sure it doesn't get enabled. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-rw-r--r--tools/testing/selftests/rust/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rust/config b/tools/testing/selftests/rust/config
index fa06cebae232..5f942b5c8c17 100644
--- a/tools/testing/selftests/rust/config
+++ b/tools/testing/selftests/rust/config
@@ -1,3 +1,4 @@
+# CONFIG_GCC_PLUGINS is not set
CONFIG_RUST=y
CONFIG_SAMPLES=y
CONFIG_SAMPLES_RUST=y