-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
update to use pointer fields by following the spec #444
Conversation
c51a6c2
to
067e508
Compare
was working on the same thing :) thanks! |
@runcom No problem. The |
janky is broken somehow. :-( |
@chanwit You need to update the |
4f33f13
to
52d770b
Compare
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
ab185d5
to
a514250
Compare
75423be
to
d107749
Compare
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
Everything seems to be working now. kindly ping @crosbymichael @cyphar @runcom |
Something is broken on my system with this change. I'll try to look into the error and see what is going on but it seems to be something around the cgroup changes and cpuset.
|
Needs rebase. |
This will be updated when we bump to spec version v.3. Thanks for the PR. |
Use RFC_2119 style for config.md
The
spec
has been recently updated to use*uint64
,*string
and*uint16
. This PR updates related codes inrunc
accordingly.Signed-off-by: Chanwit Kaewkasi chanwit@gmail.com