-
Notifications
You must be signed in to change notification settings - Fork 462
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
Incompatible with Go 1.23, which doesn't allow //go:linkname to internal symbols, including to runtime package #336
Comments
Build is still failing with Go 1.23 rc2 |
maybe you can try "ldflags=-checklinkname=0" if you just want to run. |
Thanks for the workaround. I don't need to run it just for myself, I encountered this problem when trying to build it with upcoming Go 1.23 and giving you a heads-up to find a solution before it annoys more users. |
stefanb
added a commit
to Homebrew/homebrew-core
that referenced
this issue
Aug 1, 2024
use "go" again when qjfoidnh/BaiduPCS-Go#336 is resolved and released To be merged after #175310
stefanb
added a commit
to Homebrew/homebrew-core
that referenced
this issue
Aug 16, 2024
use "go" again when qjfoidnh/BaiduPCS-Go#336 is resolved and released To be merged after #175310
This was referenced Aug 16, 2024
puzzlemoondev
added a commit
to puzzlemoondev/BililiveRecorder-webhook-docker
that referenced
this issue
Oct 23, 2024
pin golang at 1.22 due to baidupcs incompatibility qjfoidnh/BaiduPCS-Go#336
puzzlemoondev
added a commit
to puzzlemoondev/BililiveRecorder-webhook-docker
that referenced
this issue
Oct 23, 2024
pin golang at 1.22 due to baidupcs incompatibility qjfoidnh/BaiduPCS-Go#336
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While testing Go 1.23 rc1 in
there was an error:
Go 1.23 no longer allows
//go:linkname * runtime.*
link instructioins, seeIt is used in
https://github.com/search?q=repo%3Aqjfoidnh%2FBaiduPCS-Go%20linkname&type=code
The text was updated successfully, but these errors were encountered: