fix RUNC.md vs vendor.conf mismatch#2337
Conversation
Actually we have been testing containerd with the runc version that is defined in vendor.conf rather than the one defined in RUNC.md. (`script/setup/install-runc`). This commit makes sure that the revision defined in vendor.conf is always the desired one. Signed-off-by: Akihiro Suda <[email protected]>
|
I suppose there is no downstream project that parses the If any project appears to depend on such parsing, I'll just copy-paste the correct commit revision to |
|
appveyor failure is unrelated |
Codecov Report
@@ Coverage Diff @@
## master #2337 +/- ##
=======================================
Coverage 44.98% 44.98%
=======================================
Files 92 92
Lines 9340 9340
=======================================
Hits 4202 4202
Misses 4459 4459
Partials 679 679
Continue to review full report at Codecov.
|
|
LGTM |
Actually we have been testing containerd with the runc version that is defined
in vendor.conf rather than the one defined in RUNC.md. (
script/setup/install-runc, #1957 (comment)).This commit makes sure that the revision defined in vendor.conf is always the desired one.
Signed-off-by: Akihiro Suda [email protected]