Skip to content

Commit

Permalink
Don't dist miri on stable or beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jun 23, 2021
1 parent 6a758ea commit 601d248
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bootstrap/dist.rs
Expand Up @@ -1171,6 +1171,9 @@ impl Step for Miri {
}

fn run(self, builder: &Builder<'_>) -> Option<GeneratedTarball> {
if !builder.build.unstable_features() {
return None;
}
let compiler = self.compiler;
let target = self.target;
assert!(builder.config.extended);
Expand Down

0 comments on commit 601d248

Please sign in to comment.