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
在Linux环境下打包也是同样的问题。
使用该命令打包的时候会出现: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++ go build -o main
Mac System 12.6 go version : 1.20
No response
The text was updated successfully, but these errors were encountered:
这个需要把v8go 版本降为0.8.0 才可以 具体来自这里 rogchap/v8go#398 大概是gcc版本问题
Sorry, something went wrong.
或许可以试试一律在容器内构建,构建完毕 cp 到本地使用,干净又卫生 :D @zouopen
soulteary
No branches or pull requests
你遇到了什么样的麻烦?
请问一下为什么打包的时候会出现这个异常,打包命令如下: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++ go build -o main在Linux环境下打包也是同样的问题。
如何复现这个问题?
使用该命令打包的时候会出现:
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++ go build -o main
应用版本
Mac System 12.6
go version : 1.20
搜索
补充描述
No response
The text was updated successfully, but these errors were encountered: