ubuntu desktop编译,镜像中编译simcore/framework cli时报错
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 465
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
txsim/cli/cmd imports
github.com/spf13/viper imports
github.com/spf13/viper/internal/encoding/hcl imports
github.com/hashicorp/hcl tested by
github.com/hashicorp/hcl.test imports
github.com/davecgh/go-spew/spew: nhooyr.io/websocket@v1.8.7: reading nhooyr.io/websocket/go.mod at revision v1.8.7: unknown revision v1.8.7
执行这段代码时报错simcore/framework/build.sh
build framework cli
cd "$FRAMEWORK_CLI"
echo "framework_cli build start..."
go env -w GOPROXY=https://goproxy.io,direct
go mod tidy -compat=1.17
go build
echo -e "framework_cli build successfully.\n"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with simcore/framework/build.sh and reproduce the failure during go mod tidy -compat=1.17 using the configured GOPROXY. Trace why nhooyr.io/websocket@v1.8.7 cannot be resolved while building the framework CLI, then verify that dependency resolution and go build complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100