Skip to content

Commit

Permalink
Merge pull request #52 from flyflypeng/support-host-cgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Burning1020 authored Aug 22, 2023
2 parents a138c50 + f33b0a0 commit a83d09e
Show file tree
Hide file tree
Showing 13 changed files with 683 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ jobs:
if: ${{ matrix.wasmEdge }}
run: curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v ${{ matrix.wasmEdge }} >> /dev/null
- name: Test
env:
RUST_BACKTRACE: full
working-directory: ${{ matrix.directories }}
run: sudo -E $(command -v cargo) test --all-features
17 changes: 16 additions & 1 deletion vmm/sandbox/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vmm/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ uuid = { version = "1.1.2", features = ["v4"] }
unshare = { version = "0.7.0", optional = true }
os_pipe = { version = "0.9.2", optional = true }
qapi = { version = "0.8.0", features = ["qmp", "async-tokio-all"], optional = true }
qapi-spec = {version = "0.3.1"}
sandbox-derive = { path = "derive" }
api_client = { git = "https://github.com/cloud-hypervisor/cloud-hypervisor.git", optional = true }
rtnetlink = "0.12"
netlink-packet-route = "0.15"
netlink-packet-core = "0.5.0"
ttrpc = { version = "0.7", features = ["async"] }
protobuf = "3.2"
cgroups-rs = "0.3.2"
Loading

0 comments on commit a83d09e

Please sign in to comment.