Re: [PATCH 2/2] selftests: rust: config: disable GCC_PLUGINS

2024-08-11 Thread Shuah Khan
On 8/10/24 04:34, Miguel Ojeda wrote: On Fri, Aug 2, 2024 at 2:45 PM Anders Roxell wrote: 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 Acked-by: Miguel Ojeda When https://lore

Re: [PATCH 2/2] selftests: rust: config: disable GCC_PLUGINS

2024-08-10 Thread Miguel Ojeda
On Fri, Aug 2, 2024 at 2:45 PM Anders Roxell wrote: > > 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 Acked-by: Miguel Ojeda When https://lore.kernel.org/rust-for-linux/2024073

[PATCH 2/2] selftests: rust: config: disable GCC_PLUGINS

2024-08-02 Thread Anders Roxell
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 --- tools/testing/selftests/rust/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/rust/config b/tools/te