Skip to content

etcd: build etcd and etcdutl#61562

Open
Biswa96 wants to merge 1 commit into
void-linux:masterfrom
Biswa96:etcd
Open

etcd: build etcd and etcdutl#61562
Biswa96 wants to merge 1 commit into
void-linux:masterfrom
Biswa96:etcd

Conversation

@Biswa96

@Biswa96 Biswa96 commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Testing the changes

  • I tested the changes in this PR: YES

Local build testing

  • I built this PR locally for my native architecture, (x86_64-glibc)

Comment thread srcpkgs/etcd/template
Comment on lines +7 to +11
go_package="
${go_import_path} go.etcd.io/etcd/server/v3
${go_import_path} go.etcd.io/etcd/etcdctl/v3
${go_import_path} go.etcd.io/etcd/etcdutl/v3
"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of ${go_import_path} seems wrong here. And indention inside of variables should use one space.

Suggested change
go_package="
${go_import_path} go.etcd.io/etcd/server/v3
${go_import_path} go.etcd.io/etcd/etcdctl/v3
${go_import_path} go.etcd.io/etcd/etcdutl/v3
"
go_package="
go.etcd.io/etcd/server/v3
go.etcd.io/etcd/etcdctl/v3
go.etcd.io/etcd/etcdutl/v3"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added the changes. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

etcd-3.6.9_1 is missing etcd binary

2 participants