Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
issue
issue
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

  • chainmaker
  • issueissue
  • Issues
  • #961

Closed
Open
Opened Dec 08, 2023 by xu xiang@xuxianghub

build_release.sh报错

使用编译chainmaker-go模块时,出现报错 /root/go/pkg/mod/chainmaker.org/third_party/quic-go@v1.1.0/internal/qtls/go120.go:6:13: cannot use "quic-go doesn't build on Go 1.20 yet." (untyped string constant) as int value in variable declaration make: *** [Makefile:28: chainmaker] Error 1 原因为/root/go/pkg/mod/chainmaker.org/third_party/quic-go@v1.1.0/internal/qtls/go120.go中常量定义错误 原文件为: var _ int = "quic-go doesn't build on Go 1.20 yet." 修改为string类型即可 var _ string = "quic-go doesn't build on Go 1.20 yet."

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: chainmaker/issue#961

Copyright © 2021 ChainMaker Org. All Rights Reserved. 长安链 版权所有。