-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/dashboard: request for updated C compilers on windows builders #43195
Comments
@golang/release |
This is #35006. I've been using the toolchain recommended in #35006 (comment) and it works much better than mingw. It's also completely static and requires no installation. |
@ALTree thanks, that's helpful. I'll maybe try the musl.cc copy and see if I can make progress with that. |
The toolchain from musl.cc helped a lot -- I was able to develop a fix for my lld bug using that. I tried running all.bash on a windows gomote with the musl.cc toolchain (overriding the default gomote toolchain). There were a couple of failures of the form
This is with internal linking. Might be worth poking at those to see if they can be worked around, since other than that it looked good to me. |
Duplicate of #35006 |
While working on issue #39326, I noticed that the C compilers we have installed on our windows builders (at least the ones I have used via gomote) are pretty ancient -- GCC 5.
It would be great if we could update the version to something a bit more recent (V10 maybe). Also worth noting that many folks are now using clang instead of gcc on windows -- it would be very helpful if our windows builders had clang installed as well.
The text was updated successfully, but these errors were encountered: