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
Type: bug report , feature request or question
rm -rf target/chaosblade-1.7.3 mkdir -p target/chaosblade-1.7.3/bin target/chaosblade-1.7.3/yaml env CGO_ENABLED=1 GO111MODULE=on go run build/spec.go target/chaosblade-1.7.3/yaml/chaosblade-cloud-spec-1.7.3.yaml go: updates to go.mod needed; to update it: go mod tidy make[1]: *** [build_yaml] Error 1 make: *** [cloud] Error 2
go version 1.20.14 mac
The text was updated successfully, but these errors were encountered:
Please pull latest codes and try again using make build_with cloud command. The normal output is as follows:
make build_with cloud
make build_with cloud rm -rf target/chaosblade-1.7.4 target/chaosblade-1.7.4.tar.gz mkdir -p target/chaosblade-1.7.4/bin target/chaosblade-1.7.4/lib target/chaosblade-1.7.4/yaml make -C target/cache/chaosblade-exec-cloud rm -rf target/chaosblade-1.7.4 mkdir -p target/chaosblade-1.7.4/bin target/chaosblade-1.7.4/yaml env CGO_ENABLED=1 GO111MODULE=on go run build/spec.go target/chaosblade-1.7.4/yaml/chaosblade-cloud-spec-1.7.4.yaml env CGO_ENABLED=1 GO111MODULE=on go build -ldflags="-s -w" -o target/chaosblade-1.7.4/bin/chaos_cloud main.go cp target/cache/chaosblade-exec-cloud/target/chaosblade-1.7.4/bin/* target/chaosblade-1.7.4/bin cp target/cache/chaosblade-exec-cloud/target/chaosblade-1.7.4/yaml/* target/chaosblade-1.7.4/yaml
Sorry, something went wrong.
xcaspar
No branches or pull requests
Issue Description
Type: bug report , feature request or question
Describe what happened (or what feature you want)
rm -rf target/chaosblade-1.7.3
mkdir -p target/chaosblade-1.7.3/bin target/chaosblade-1.7.3/yaml
env CGO_ENABLED=1 GO111MODULE=on go run build/spec.go target/chaosblade-1.7.3/yaml/chaosblade-cloud-spec-1.7.3.yaml
go: updates to go.mod needed; to update it:
go mod tidy
make[1]: *** [build_yaml] Error 1
make: *** [cloud] Error 2
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
go version 1.20.14 mac
Anything else we need to know?
The text was updated successfully, but these errors were encountered: