Replies: 2 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.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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