-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
Migrate to azure-sdk-for-go #1392
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1392 +/- ##
=======================================
Coverage 74.82% 74.82%
=======================================
Files 157 157
Lines 18167 18176 +9
=======================================
+ Hits 13593 13601 +8
Misses 3468 3468
- Partials 1106 1107 +1 ☔ View full report in Codecov by Sentry. |
39ea1c4
to
548594c
Compare
548594c
to
5dbeb67
Compare
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.
Need to update debian/control
with the new azure go package
5dbeb67
to
390a3a0
Compare
I tried that, unfortunately the azure sdk package is lacking some modules in the latest version on debian, so this has to wait. |
gotcha so this must just be for building from source (deb-src)? |
yes, this is just for debian native build, with debian only dependencies, like molior aptly and debian official builds... |
390a3a0
to
d80b905
Compare
Fixes #1290
Description of the Change
Checklist