-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: make.bash with GOAMD64=v3 broken by CL 354670 #49061
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
Comments
Change https://golang.org/cl/356790 mentions this issue: |
Are you sure? I just built with it without a problem. |
Hmm, I'll try again soon. |
|
ah, gotcha. If no
are still fail. (at least darwin GOOS) |
I imagine that should be a separate bug report; I don't think we have any builder continuously testing with GOEXPERIMENT and GOAMD64. |
I see, I'll report separately. |
@cuonglm Thanks for info. so I don't report my issue. BTW, what blocker of that CL? |
I don't know, maybe you should try pinging participants there. |
I ran into this make.bash crash when pulling master and rebuilding. I bisected the 20 or so commits and ended up with this culprit, which looks like it's the cause.
The build works without setting GOAMD64, i.e. with v1. I will start a revert of that CL to unblock master.
The text was updated successfully, but these errors were encountered: