rust-vmm / seccompiler

Provides easy-to-use Linux seccomp-bpf jailing.
https://crates.io/crates/seccompiler
Apache License 2.0
70 stars 10 forks source link

Bump rust-vmm-ci and format code in doc blocks #27

Closed alindima closed 2 years ago

alindima commented 2 years ago

Fix for the failing test in https://github.com/rust-vmm/seccompiler/pull/26

andreeaflorescu commented 2 years ago

For manual rust-vmm-ci updates we have the following process: https://github.com/rust-vmm/community/blob/main/CONTRIBUTING.md#updating-the-rust-vmm-ci

What is missing is the list of commits. Do you mind updating your commit message? It is easier to keep track of changes this way.

lauralt commented 2 years ago

Hmm, if there's already a commit from dependabot with the update, I think it's fine to cherry pick it (or at least I think I've done that before as well, and we were okay with it :-?). I was thinking manual rust-vmm-ci updates are needed when dependabot hasn't already opened an update PR.

lauralt commented 2 years ago

Ah sorry, the commit isn't cherry picked :(.

andreeaflorescu commented 2 years ago

Ah sorry, the commit isn't cherry picked :(.

Yap, cherry-picking is okay because you have clickable links that show you the commits that are pulled. Otherwise, we should use the existing process.

alindima commented 2 years ago

Sure, I've updated the commit message