Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ZR233 committed Jan 6, 2025
1 parent 6a882d4 commit 4337510
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/os/arceos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ impl ArceOS {
let tmp_git_dir = tmp_dir.join("git");
let tmp_registry_dir = tmp_dir.join("registry");


vec![
"docker build -t arceos -f Dockerfile .".to_string(),
format!("docker run --rm -it -v .:/arceos -v \"{}:/usr/local/cargo/git\" -v \"{}:/usr/local/cargo/registry\" -w /arceos arceos make A=examples/helloworld ARCH=aarch64",
Expand Down

0 comments on commit 4337510

Please sign in to comment.