Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Disable WebGPU for Windows non-release builds
The Windows build is currently much slower than the macOS/Linux builds on CI, especially on mostly cached builds. Based on profiling on #2981, this is caused by the repo mapping stage for dawn taking several minutes of Windows. Disable the experimental WebGPU feature on Windows to better meet compile time constraints. Release builds remain unaffected.
- Loading branch information