-
Notifications
You must be signed in to change notification settings - Fork 286
chore: artifact include etcd by default #440
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qyzhaoxun Thanks for your contribution! LGTM.
@xiaguan Would you like to take another look?
@xiaguan hi,please check if there are any other changes, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@xiaguan sure, done, please check if there are any other changes, thanks. |
.github/workflows/release.yaml
Outdated
@@ -14,7 +14,7 @@ jobs: | |||
contents: write | |||
strategy: | |||
matrix: | |||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the multiple versions in the release. No other changes needed for now. Thanks so much for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
问题
我们使用了etcd做服务发现,默认情况下ci生成的制品不包含etcd的库,每次得重新编译,另外看到文档中说默认包含etcd的库,这里和文档也不一致
做的事情
在ci制品默认包含etcd的库