-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Expand dependencies' version #454
Conversation
Here's an example of a problem https://github.com/ClickHouse/ClickHouse/blob/8d475e8c135c311b5a81e059b680eeee17b3bb5c/packages/clickhouse-client.yaml#L29 The packages are built together, but VERSION is expanded only partially. |
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
Codecov Report
@@ Coverage Diff @@
## main #454 +/- ##
==========================================
+ Coverage 65.86% 65.89% +0.03%
==========================================
Files 16 16
Lines 1901 1903 +2
==========================================
+ Hits 1252 1254 +2
Misses 510 510
Partials 139 139
Continue to review full report at Codecov.
|
is |
no idea why it started to fail recently, will investigate eventually |
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.
looks good, thanks!
Thanks! |
Now the version is expanded in version, but in case, when many packages are built and depend on near one with the same version it doesn't work.