containers / youki

A container runtime written in Rust

Home Page:https://containers.github.io/youki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitPod fails

Gekko0114 opened this issue · comments

When I tried to create GitPod environment, I got this error message.

error[E0599]: no method named `get_notify_fd` found for struct `ScmpFilterContext` in the current scope
   --> crates/libcontainer/src/seccomp/mod.rs:270:17
    |
270 |             ctx.get_notify_fd()
    |                 ^^^^^^^^^^^^^ method not found in `ScmpFilterContext`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `libcontainer` (lib) due to previous error
error: Recipe `youki-release` failed on line 19 with exit code 101

Sorry for confusing you, but we haven't supported gitpod. We are supporting CodeSpace instead of it.
https://github.com/containers/youki/tree/main/.devcontainer

We should remove gitpod's links. Please still open until it is completed.

Ah I see. Thank you 😀