servo / surfman

Accelerated offscreen graphics for WebGL
Apache License 2.0
173 stars 84 forks source link

chore: Fix Windows workflow #299

Closed dklassic closed 3 months ago

dklassic commented 3 months ago

Windows workflow currently breaks due to chocolatey return failure when updating llvm to a specific version 17.0.6 but llvm 18.1.6 is already installed. (see https://github.com/servo/surfman/actions/runs/9890578015/job/27369196314#step:4:19)

We should maybe just skip upgrading (downgrading?) it for now.

mrobinson commented 3 months ago

For some reason the Windows build isn't terminating with these changes.

mrobinson commented 3 months ago

I ended up having to downgrade LLVM here instead of upgrading, otherwise this would stall on the mozangle build. In general, the mozangle build is not great. It takes a very long time and this issue with LLVM is a bad sign. I hope to find some time to debug it soon.