Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: dierbei <[email protected]>
  • Loading branch information
dierbei committed Sep 27, 2023
1 parent e91294d commit 70de45f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ install/containerd:
install: all install-vmm install-wasm install-quark

vendor:
cargo vendor quark
cargo vendor shim
cargo vendor vmm/sandbox
cargo vendor vmm/task
cargo vendor wasm
(cd quark && cargo vendor)
(cd shim && cargo vendor)
(cd vmm/sandbox && cargo vendor)
(cd vmm/task && cargo vendor)
(cd wasm && cargo vendor)

0 comments on commit 70de45f

Please sign in to comment.