Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make many-seeds a mode of ./miri run rather than a separate command #3548

Merged
merged 2 commits into from
May 4, 2024

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented May 3, 2024

Also parallelize it so we use all cores to try seeds at the same time.

Fixes #3509 by not alternating between different build modes (with/without dev-dependencies) all the time.

@RalfJung
Copy link
Member Author

RalfJung commented May 4, 2024

@bors r+

@bors
Copy link
Contributor

bors commented May 4, 2024

📌 Commit f399ed2 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented May 4, 2024

⌛ Testing commit f399ed2 with merge 4f849b5...

bors added a commit that referenced this pull request May 4, 2024
make many-seeds a mode of ./miri run rather than a separate command

Also parallelize it so we use all cores to try seeds at the same time.

Fixes #3509 by not alternating between different build modes (with/without dev-dependencies) all the time.
@RalfJung
Copy link
Member Author

RalfJung commented May 4, 2024

@bors retry r+

@bors
Copy link
Contributor

bors commented May 4, 2024

📌 Commit 6b93ac6 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented May 4, 2024

⌛ Testing commit 6b93ac6 with merge ad6d4ac...

@bors
Copy link
Contributor

bors commented May 4, 2024

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing ad6d4ac to master...

@bors bors merged commit ad6d4ac into rust-lang:master May 4, 2024
8 checks passed
@RalfJung RalfJung deleted the many-seeds branch May 4, 2024 07:37
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.

On Windows, "./miri many-seeds ./miri run" re-builds Miri over and over
2 participants