Hi folks,
tl;dr
I’m having some trouble setting up a Windows buildbot and I’m looking for someone with LLVM-on-Windows experience to help me.
Long story
Hans Wennborg recently pointed out, that we’re missing a 32 bit Windows buildbot and I wanted to jump in and set one up. However running the LLVM builds on Windows proved to be much more challenging than on Linux and I’m stumbling from one issue to the next for the last weeks. I’m down to about 40 failing tests now with the “clean stage” failing permanently.
- building LLVM on Windows with Visual Studio
- running a Windows buildbot
- Running Windows in a cloud environment in a stable, reproducible and maintainable way
So I’m looking for someone to help me to debug and fix the buildbot and get it into a stable state.
Links on the current state and the setup:
- Builder on staging with current list of failing tests
- generic Visual Studio Docker image and the 32bit buildbot Docker image
- Deployment of the container on Google Cloud.
- Additional documentation on the setup