-
Notifications
You must be signed in to change notification settings - Fork 950
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
test: use runc build from source code #2652
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2652 +/- ##
==========================================
- Coverage 69.58% 69.56% -0.02%
==========================================
Files 280 280
Lines 18845 18845
==========================================
- Hits 13113 13110 -3
- Misses 4263 4267 +4
+ Partials 1469 1468 -1
|
build runc from alibaba/runc source code when running ci test, or every month when we cherry-pick commit from opencontainers/runc, we need to release a new version. Signed-off-by: Ace-Tang <aceapril@126.com>
chmod +x /usr/local/bin/runc.amd64 | ||
mv /usr/local/bin/runc.amd64 /usr/local/bin/runc | ||
gopath="${GOPATH}/src/github.com/opencontainers/runc" | ||
git clone -b develop https://github.com/alibaba/runc.git "${gopath}" |
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.
We also need to update the package script https://github.com/pouchcontainer/project
.
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
Also please update 'Makefile' inside pouch source code to support cross-building. |
build runc from alibaba/runc source code when running ci test,
or every month when we cherry-pick commit from opencontainers/runc,
we need to release a new version.
Signed-off-by: Ace-Tang aceapril@126.com
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews