Skip to content

Commit

Permalink
Merge pull request #55 from dierbei/op-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Burning1020 authored Nov 8, 2023
2 parents 46630cf + b111fc9 commit ef6a9e2
Show file tree
Hide file tree
Showing 18 changed files with 476 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea
bin
/bin
.vscode
target
**/src/api/*
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SYSTEMD_CONF_DIR := /etc/sysconfig
all: vmm quark wasm

bin/vmm-sandboxer:
@cd vmm/sandbox && cargo build --release --features=${HYPERVISOR}
@mkdir -p bin && cp vmm/sandbox/target/release/vmm-sandboxer bin/vmm-sandboxer
@cd vmm/sandbox && cargo build --release --bin ${HYPERVISOR}
@mkdir -p bin && cp vmm/sandbox/target/release/${HYPERVISOR} bin/vmm-sandboxer

bin/vmm-task:
@cd vmm/task && cargo build --release --target=${ARCH}-unknown-linux-musl
Expand Down
4 changes: 2 additions & 2 deletions quark/Cargo.lock

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

Loading

0 comments on commit ef6a9e2

Please sign in to comment.