-
Notifications
You must be signed in to change notification settings - Fork 18k
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
runtime: clang builder broken #12814
Comments
What version of clang are we running on the builder? |
I don't know. See the env directory of x/build for the defininiton. (On phone) |
clang-3.5 according to the Dockerfile It predates http://llvm.org/viewvc/llvm-project?view=revision&revision=238109, which fixed a similar-looking failure in v8. |
Is 3.5 something we want to continue to support? 3.0 is in Debian wheezy and 3.5 is in Debian jessie. Can 3.5 just be detected and worked around, or have msan disabled in that environment? |
I still get this error, but not sure if it is related to clang as I've also got GCC installed.
And the error is as follows:
Please let me know if any other information is required. |
@mewmew That looks like a different problem. Please open a new issue. Thanks. |
@ianlancetaylor's https://go-review.googlesource.com/#/c/15170/ broke the clang builder. (which for saving-money reasons isn't a trybot, since failures there are more rare now that we're mostly in Go...)
Failure is:
http://build.golang.org/log/a9043ae6a94865c40b47c457535a29c01a0f7449
The text was updated successfully, but these errors were encountered: