-
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/link: TestIssue72053 failures on Github Actions #72987
Comments
The failing test was added recently for #72053. Can you give more details about your CI setup and/or how to reproduce the issue? |
i fork the github repo of go, this is the workflow i use: on: push jobs: |
being able to reproduce on the latest commit.
|
cc @thanm @randall77 |
The test was reverted by https://go.dev/cl/659955. |
i try to build go in github action but get
? cmd/link/internal/dwtest [no test files]
--- FAIL: TestIssue72053 (0.81s)
dwarf_test.go:2127: could not find debug_loc section
how to solve the problem?
The text was updated successfully, but these errors were encountered: