mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +00:00
ci: Require miri step
This commit is contained in:
parent
d3aeddfb77
commit
7a1e9c4b0c
4 changed files with 10 additions and 10 deletions
|
|
@ -343,11 +343,7 @@ impl WorkspaceBuildScripts {
|
|||
Message::CompilerArtifact(message) => {
|
||||
with_output_for(&message.package_id.repr, &mut |name, data| {
|
||||
progress(format!("building proc-macros: {name}"));
|
||||
if message
|
||||
.target
|
||||
.kind
|
||||
.iter()
|
||||
.any(|k| *k == cargo_metadata::TargetKind::ProcMacro)
|
||||
if message.target.kind.contains(&cargo_metadata::TargetKind::ProcMacro)
|
||||
{
|
||||
// Skip rmeta file
|
||||
if let Some(filename) =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue