summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@kernel.org>2024-08-07 01:35:59 +0200
committerMiguel Ojeda <ojeda@kernel.org>2024-08-10 00:05:10 +0200
commitd734422b7dd7d033fc02e421924e70dabf665b4c (patch)
treec6e77276fe3eb79d96ed4eb752adbdb5c5023830 /scripts
parent02dfd63afe65f7bacad543ba2b10f77083ae7929 (diff)
downloadlinux-d734422b7dd7d033fc02e421924e70dabf665b4c.tar.gz
linux-d734422b7dd7d033fc02e421924e70dabf665b4c.tar.bz2
linux-d734422b7dd7d033fc02e421924e70dabf665b4c.zip
kbuild: rust-analyzer: mark `rust_is_available.sh` invocation as recursive
When calling the `rust_is_available.sh` script, we need to make the jobserver available to it, as commit ecab4115c44c ("kbuild: mark `rustc` (and others) invocations as recursive") explains and did for the others. Otherwise, we get a warning from `rustc` when calling `make rust-analyzer` with parallel jobs, e.g. `-j8`. Using several jobs for that target does not really matter, but developers may call `make` with jobs enabled in all cases. Thus fix it. Fixes: 6dc9d9ca9a72 ("kbuild: rust-analyzer: better error handling") Reviewed-by: Alice Ryhl <aliceryhl@google.com> Link: https://lore.kernel.org/r/20240806233559.246705-1-ojeda@kernel.org [ Reworded to add a couple more details mentioned in the list. - Miguel ] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions