Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1449
If you want to force another CI build without code changes, you can:
$ git commit --amend --no-edit
$ git push (you may need to force push?)
That will trigger a new commit and therefore a new build.
If you want help with getting MSVC2010 building I can help with that, by
pulling your changes into my windows system and using cmake to generate a
visual studio 2010 solution, and getting it to build. The I can post the diff
back here. Let me know if you want me to do that.
---