-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: local failure in TestScript/build_trimpath_cgo #70669
Comments
(edit: sorry accidentally cc'd than) |
Change https://go.dev/cl/633038 mentions this issue: |
The CL looks reasonable. Thanks. It is interesting that it fails on your machine. Just curious, what C toolchain version do you have? |
This is the output of
|
Interesting. It is the same on my machine, but it doesn't fail. Anyway, the fix is good. Thanks. |
Go version
go version devel go1.24-4daf7922f3 Tue Dec 3 20:01:57 2024 +0000 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
go test cmd/go -run TestScript/build_trimpath_cgo
What did you see happen?
What did you expect to see?
For the test to pass.
I'm not sure if this is relevant but I'm running on macOS Sequoia 15.1.1.
The text was updated successfully, but these errors were encountered: