Building for `x86_64-pc-windows-msvc` in GitLab CI
⚓ Rust 📅 2025-11-13 👤 surdeus 👁️ 4To create release builds for Windows in my pipeline, I currently use the official Rust Docker image and install the mingw-w64 package to build with the x86_64-pc-windows-gnu toolchain. It being a level 2 toolchain has now caused the pain point that I need to compile v8 from source for the Windows release build only.
So I would like to switch to the x86_64-pc-windows-msvc in the pipeline as it is what I'm using locally anyway.
I've seen various guides floating around how to get this toolchain up and running, but I'm wondering what the standard for dealing with it nowadays is.
1 post - 1 participant
🏷️ Rust_feed