We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened:
Fails to build with Go 1.22 (scheduled for February, currently at rc1)
Error log: https://github.com/Homebrew/homebrew-core/actions/runs/7284497233/job/19850411474#step:3:11882
# github.com/pyroscope-io/godeltaprof/internal/pprof /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/pyroscope-io/godeltaprof@v0.1.2/internal/pprof/delta_mutex.go:25:20: undefined: runtime_cyclesPerSecond /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/pyroscope-io/godeltaprof@v0.1.2/internal/pprof/proto.go:400:8: undefined: runtime_expandFinalInlineFrame make: *** [juicefs] Error 1
What you expected to happen:
Build same as with Go 1.21
How to reproduce it (as minimally and precisely as possible):
go1.22rc1 build ./...
Anything else we need to know?
Environment:
juicefs --version
cat /etc/os-release
uname -a
The text was updated successfully, but these errors were encountered:
Note that once this is fixed it would still need a tagged release so that it can easily be picked up by Homebrew/homebrew-core#157782 and others.
Sorry, something went wrong.
zhijian-pro
Successfully merging a pull request may close this issue.
What happened:
Fails to build with Go 1.22 (scheduled for February, currently at rc1)
Error log: https://github.com/Homebrew/homebrew-core/actions/runs/7284497233/job/19850411474#step:3:11882
What you expected to happen:
Build same as with Go 1.21
How to reproduce it (as minimally and precisely as possible):
go1.22rc1 build ./...
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: