[Mlir-commits] [llvm] [mlir] [CI] Update Windows testing to use clang compiler. (PR #162026)

Aiden Grossman llvmlistbot at llvm.org
Thu Oct 16 16:32:42 PDT 2025


https://github.com/boomanaiden154 commented:

We should definitely build this into the container. That would be done by adding a step in `.github/workflows/containers/github-action-ci-windows/Dockerfile`. That lets us pay the installation cost once and a minimal unpacking cost (that we should be able to optimize away eventually) on every run.

https://github.com/llvm/llvm-project/pull/162026


More information about the Mlir-commits mailing list