-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
area/toolingpriority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.stage/triagedtype/bug
Description
Bug report criteria
- This bug report is not security related, security issues should be disclosed privately via etcd maintainers.
- This is not a support request or question, support requests or questions should be raised in the etcd discussion forums.
- You have read the etcd bug reporting guidelines.
- Existing open issues along with etcd frequently asked questions have been checked and this is not a duplicate.
What happened?
Running make verify on ARM64 fails. Some tools (shellcheck and marker) have hard-coded the architecture and the operating system (Linux/AMD64). Also, verifying the BOM fails due to missing releases from some dependencies for the given architecture.
What did you expect to happen?
make verify should exit without errors.
How can we reproduce it (as minimally and precisely as possible)?
Run make verify on an ARM64 OSX computer.
Anything else we need to know?
No response
Etcd version (please run commands below)
Details
$ etcd --version
# paste output here
$ etcdctl version
# paste output hereEtcd configuration (command line flags or environment variables)
Details
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Details
$ etcdctl member list -w table
# paste output here
$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output hereRelevant log output
Metadata
Metadata
Assignees
Labels
area/toolingpriority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.stage/triagedtype/bug