workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 06/13] rust: start supporting several compiler versions
@ 2024-07-03 17:20 Andreas Hindborg
  2024-07-04 15:22 ` Miguel Ojeda
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Hindborg @ 2024-07-03 17:20 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Wedson Almeida Filho, Alex Gaynor, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	rust-for-linux, linux-kernel, patches, Jonathan Corbet,
	workflows, linux-doc

Miguel Ojeda <ojeda@kernel.org> writes:

[...]

> diff --git a/scripts/rust_is_available.sh b/scripts/rust_is_available.sh
> index 117018946b57..67cb900124cc 100755
> --- a/scripts/rust_is_available.sh
> +++ b/scripts/rust_is_available.sh
> @@ -117,14 +117,6 @@ if [ "$rust_compiler_cversion" -lt "$rust_compiler_min_cversion" ]; then
>  	echo >&2 "***"
>  	exit 1
>  fi
> -if [ "$rust_compiler_cversion" -gt "$rust_compiler_min_cversion" ]; then
> -	echo >&2 "***"
> -	echo >&2 "*** Rust compiler '$RUSTC' is too new. This may or may not work."
> -	echo >&2 "***   Your version:     $rust_compiler_version"
> -	echo >&2 "***   Expected version: $rust_compiler_min_version"
> -	echo >&2 "***"
> -	warning=1
> -fi

This does not set a max version. Will older versions of the kernel
always compile with newer releases of `rustc`?

Best regards,
Andreas


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <20240701183625.665574-1-ojeda@kernel.org>]

end of thread, other threads:[~2024-07-04 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-03 17:20 [PATCH 06/13] rust: start supporting several compiler versions Andreas Hindborg
2024-07-04 15:22 ` Miguel Ojeda
     [not found] <20240701183625.665574-1-ojeda@kernel.org>
2024-07-01 18:36 ` Miguel Ojeda
     [not found]   ` <70F3F3DD-AAE6-445A-AC16-C71A06C4EA06@kloenk.dev>
2024-07-04 15:26     ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox