-
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
all: various build failures due to panic in go/types.(*StdSizes).Sizeof #62103
Comments
https://go-review.googlesource.com/c/go/+/520435 fixed longtest builders.
|
Change https://go.dev/cl/520555 mentions this issue: |
Change https://go.dev/cl/520575 mentions this issue: |
go get golang.org/x/tools@74c255b # CL 519295 go mod tidy Pulling in the fix for unnecessary dependency on *types.StdSizes, which is non guaranteed behavior. Updates golang/go#62103 Change-Id: I351e98f59dafc728b6821330b897a0457f4127d1 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/520555 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]> Reviewed-by: Robert Findley <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]> Auto-Submit: Cuong Manh Le <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
go get golang.org/x/tools@74c255b # CL 519295 go mod tidy Pulling in the fix for unnecessary dependency on *types.StdSizes, which is non guaranteed behavior. Updates golang/go#62103 Change-Id: Ib9a4095d7fcacac5d377f0364aafc8709bb31033 Reviewed-on: https://go-review.googlesource.com/c/exp/+/520575 Reviewed-by: Robert Findley <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Cuong Manh Le <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
@findleyr Both CLs are submitted. Should we close this now, or leave it open for others builders failure observation if any? |
Thanks for the quick fix! I'll close this once the builds pass. |
...which appears to have happened. |
It looks like https://go.dev/cl/506856 broke a number of builders:
CC @cuonglm @griesemer
The text was updated successfully, but these errors were encountered: