Skip to content

Conversation

@chmanchester
Copy link
Contributor

Fixes #436, Fixes #429

crate_name: crate_name.to_string(),
dep_info: dep_info.map(|s| s.into()),
rename_rlib_to_rmeta,
emit: emit,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
emit: emit,
emit,

// be fixed.
if !outputs.contains(&rmeta) {
outputs.push(rmeta);
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
};
}

};
if !emit.contains("link") {
outputs.retain(|p| *p != lib);
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
};
}

Copy link
Contributor

@luser luser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable!

@chmanchester chmanchester merged commit 806ce30 into mozilla:master May 31, 2019
@theduke
Copy link

theduke commented Jun 5, 2019

@chmanchester Thanks, this was driving me crazy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unconditionally rebuilds all deps on rust nightly Fail to build after new rustc pipelining compilation feature

3 participants