-
Notifications
You must be signed in to change notification settings - Fork 90
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
Tracking issue: running crater locally #135
Comments
rust-lang/rustup#618 (comment) - rustup issue that seems to make it impossible for crater to install its own rustup if you have a version installed in the default location. Edit: I was wrong, just a bad error message from rustup |
The README now suggests for people to use a 'mini' docker environment when testing locally, so I think this is done for now! |
I tried this on windows but crater binary fails to compile with:
Is crater not expected to work on windows? |
Unfortunately crater does not yet work on Windows. This is absolutely a problem and something we need to fix at some point, but we've just not had a chance to get to it yet! |
This is unfortunate. FWIW the README claims that it should work on windows :-) In any case, do you have any idea how far away this is from working on windows? What is missing? |
Yeah, the readme needs attention since I don't think that's ever been the case! I'll jot down some thoughts on #149 about Windows support. |
We would like people interested in crater to be able to clone and run a series of commands to be able to get a quick taste of the full crater process.
Known papercuts/issues here include:
cd docker && docker build .
, so the image is built by the time you try and run prepare-local.These are just the known issues so far.
The text was updated successfully, but these errors were encountered: