Closed alexcrichton closed 3 months ago
Got a successful CI run, but I'm going to rerun CI to confirm that caching makes it so the next run isn't 2 hours. Afterwards I'll download this on a windows machine and test that things work as expected.
I was able to compile dotnet/mono using the artifact from this PR on my local windows
The "cached build" took 2+ hours so I'm going to try to dig in to why ccache isn't working.
Hm on a new commit it worked with a ~20m build time, similar to today. Given that I think this is ok, so I'm going to merge.
Explicitly use MSVC to avoid the runtime dependencies that the default toolchain CMake is using is bringing in.
Closes #454