Skip to content

Commit

Permalink
test containerd-shim-wasm without libcontainer default features
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Pfennig <[email protected]>
  • Loading branch information
0xE282B0 committed Aug 17, 2023
1 parent dd777e1 commit a02fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd-shim-lunatic-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
containerd-shim = "0.4.0"
containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", rev = "0a2e3a11da05a68fc4c68c09fca901fe54ae4cd6", features = ["libcontainer"] }
containerd-shim-wasm = { git = "https://github.com/0xE282B0/runwasi.git", features = ["libcontainer"] }
libcontainer = { version = "0.1", features = ["v2"], default-features = false }
nix = "0.26.2"
serde = "1.0.183"
Expand Down

0 comments on commit a02fbd5

Please sign in to comment.