-
Notifications
You must be signed in to change notification settings - Fork 83
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
Install cargo via rustup in alpine image #316
Conversation
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Additional background info |
Codecov Report
@@ Coverage Diff @@
## master #316 +/- ##
=======================================
Coverage 49.72% 49.72%
=======================================
Files 156 156
Lines 19634 19634
Branches 6205 6205
=======================================
Hits 9763 9763
Misses 5070 5070
Partials 4801 4801
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
I don't know why the changes trigger this error, but the problem might disappear with these changes #317 |
f3268d0
to
0b71ea8
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
0b71ea8
to
b0c879e
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Cargo has been installed via apk until now, limiting us with regards to the toolchain version we used to compile our images. Via rustup, we have more freedom to choose the toolchain version.
Signed-off-by: Miroslav Kovar miroslavkovar@protonmail.com