Dylan MacKenzie
Dylan MacKenzie
There are some operations like inline assembly that will never be supported by MIRI. I suppose you might want `-Zunleash-the-miri-inside-you` to try to evaluate these cases anyways. If that's the...
I've been doing a bit of work on this, so I thought I should post my progress here: I've published a [proof-of-concept Docker container](https://github.com/ecstatic-morse/crater-build-env-windows) which installs the [requirements for `rustc`...
Another progress update: The modifications in #399 along with the [new docker image](https://github.com/rust-lang/crates-build-env/tree/master/windows) are enough to get the unit tests passing and `minicrater` working (modulo a bug where Docker on...
@pietroalbini I thought I had seen an issue where you explained how to do a top 100 crater run, but I can't seem to find it now. Am I imagining...
Now that #399 is merged, crater runs are possible on Windows. Work to build as many crates as possible by [adding dependencies to `crates-build-env-windows`](https://github.com/rust-lang/crates-build-env/issues/9) is ongoing. There's also a few...
I opened a PR (#450) with an initial implementation of #430. It doesn't address scheduling for multiple platforms simultaneously or merging reports between platforms, however.
After switching from a Windows 10 Pro Host to a Windows Server one, I have yet to observe this issue after building around 500 crates. It may still be lurking,...
The github repo `timvisee.cant-touch-this` is a good test case for this. It uses the `cmake` crate to build a dependency and fails with: ```text couldn't determine visual studio generator if...
`libsodium` was added in #11. [`GPGME`](https://github.com/gpg/gpgme) isn't available via `vcpkg`, and doesn't appear to support Windows anyway.
Looks like the build script for `rust_sodium-sys` needs [`RUST_SODIUM_LIB_DIR` to be set on Windows](https://github.com/maidsafe/rust_sodium/blob/master/rust_sodium-sys/build.rs), otherwise it will try to download the library over the network.