[PATCH v3] build: replace support for icc with icx
David Marchand
david.marchand at redhat.com
Tue Feb 11 10:50:23 CET 2025
On Mon, Feb 10, 2025 at 6:19 PM Bruce Richardson
<bruce.richardson at intel.com> wrote:
> diff --git a/dts/framework/testbed_model/posix_session.py b/dts/framework/testbed_model/posix_session.py
> index 981600e24c..eab08a90ce 100644
> --- a/dts/framework/testbed_model/posix_session.py
> +++ b/dts/framework/testbed_model/posix_session.py
> @@ -391,8 +391,6 @@ def get_compiler_version(self, compiler_name: str) -> str:
> ).stdout.split("\n")[0]
> case "msvc":
> return self.send_command("cl", SETTINGS.timeout).stdout
> - case "icc":
> - return self.send_command(f"{compiler_name} -V", SETTINGS.timeout).stdout
> case _:
> raise ValueError(f"Unknown compiler {compiler_name}")
>
I think we can drop icc = auto() in dts/framework/config/test_run.py too.
Wdyt?
I can fix when applying.
--
David Marchand
More information about the dev
mailing list