Replies: 3 comments
-
Hi @pikehuang, thanks for raising this issue. I'll convert this into a discussion so we can gather more information and confirm if a bug is present. |
Beta Was this translation helpful? Give feedback.
-
Hi @pikehuang, can you please let us know what Go version you are using? I cannot reproduce the issue using Go 1.22.9 ( |
Beta Was this translation helpful? Give feedback.
-
hi, ivanvc, from your response I repeated the build process in my personal computer environment instead of my company working computer, then ./build.sh run pass without any problem. So the result is obvious: the working computer access the git repo using golang proxy, which leads to errors as I reported above. So the problem can be closed. thanks for your reply. |
Beta Was this translation helpful? Give feedback.
-
Bug report criteria
What happened?
when run ./build.sh in etcd root directory, it failed and gave error:
must be run from 'go.etcd.io/etcd/v3' module directory
the etcd project is cloned from github and didn't have any modification.
What did you expect to happen?
./build.sh run success at one shot
How can we reproduce it (as minimally and precisely as possible)?
step 1:
git clone https://github.com/etcd-io/etcd.git
git checkout release-3.5
step 2:
cd etcd
./build.sh then errors:
must be run from 'go.etcd.io/etcd/v3' module directory
Anything else we need to know?
env: x86_64 GNU/Linux
Etcd version (please run commands below)
nothing relevant to etcd and etcdctl, just the start up of building ectcd binary from etcd repo is not fluently.
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions