-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
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
The CI failed - I suspect for two reaons:
- I think the commit needs to conform to the patch format as detailed in: https://github.com/clearcontainers/runtime/blob/master/CONTRIBUTING.md#patch-format - that is, you'll need to add an Issue and reference it in a
Fixes
line, and sign off your commit.
Also, the CI seems to have gotten some odd build error:
15:02:11 /workdir/linux /workdir
15:02:12 scripts/kconfig/conf --silentoldconfig Kconfig
15:02:13 Makefile:943: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.
/cc @jcvenegas @chavafg for thoughts on that.
btw @t3hmrman , have you considered https://github.com/kata-containers/, which is where the primary and leading edge development has shifted to (and with the 1.0 release last week, it is probably the best place to head...)
About the two things:
Also @grahamwhaley , yeah, I'm actually trying to get kata-containers running on Container Linux (CoreOS) -- it's been an long ride but basically I've statically compiled After the static building I was trying to get it running under |
I've added the [EDIT] - Looking at the patch format docs does it actually apply to Github PRs? I assume the sign off footer should go into the squashed commit? |
Yeah, the sign off needs to be in the commits (each commit). |
Thanks for clarifying -- if the build passes I'll go ahead and squash the commits and fix the commit message. Thanks for the link to the other osbuilder, I'll make sure to use that in the future! |
Hey @grahamwhaley I've fixed up the commit mesage, please let me know if anything else needs to be changed. |
Dockerfile was missing a required dep for newer kernels, Makefile was missing a `make` Fixes: 54 Signed-off-by: t3hmrman <[email protected]>
Just realized I filed the ticket in the wrong place ( |
Sorry for the delay there @t3hmrman - my email system started to 'eat' emails for some reason, and I didn't see this. All green ... merging! |
No problem @grahamwhaley , glad I contribute a tiny bit to help -- thanks for all the work on the project! |
No description provided.