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

Libc update #71

Closed boustrophedon closed 5 months ago

boustrophedon commented 5 months ago

Summary of the PR

Updates libc and resolves #60.

There is no new or changed public functionality so I didn't update the changelog.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

boustrophedon commented 5 months ago

Whoops, minor fixup.

boustrophedon commented 5 months ago
\"\ cargo\ build\ --release\ --features=json
    Updating crates.io index
 Downloading crates ...
warning: spurious network error (2 tries remaining): failed to get successful HTTP response from `https://crates.io/api/v1/crates/proc-macro2/1.0.78/download`, got 503

Looks like crates.io had a blip and I'm not sure how to retry the build

boustrophedon commented 5 months ago

I moved the imports to the file they're actually used in mostly so that I could retry the build and it's passing now. I can move them back if anyone thinks they're better off in the bpf.rs file.