-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: staleness-related failures in make.bash #22531
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
Can you show us exactly what you changed? Thanks. |
@ianlancetaylor Of course:
|
Still happening on tip as of @rsc anything I can do to help debug this? |
What does $GOROOT/VERSION.cache say? |
NB: edit: setting |
Reproduced at least. |
Change https://golang.org/cl/76014 mentions this issue: |
What version of Go are you using (
go version
)?tip
18525735
Does this issue reproduce with the latest release?
Unlikely. This didn't happen on tip as of
bc723cf3
What operating system and processor architecture are you using (
go env
)?Darwin/amd64
What did you do?
./make.bash
Make some debug logging changes to the compiler (specifically
cmd/compile/internal/gc/inl.go
), all gated behind appropriateDebug
check to avoid impacting the compiler build/test flow../make.bash
What did you expect to see?
What did you see instead?
NB: once this error shows up, it persists until a run of
./clean.bash
@rsc This seems likely to be related to your recent changes to
cmd/go
and/orcmd/dist
The text was updated successfully, but these errors were encountered: