mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
Switch to EFI boot and use official release for QEMU and GDB
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
aea8f38dc1
commit
cdc2b960dc
@ -199,7 +199,7 @@ fn calculate_priority(
|
||||
}
|
||||
|
||||
fn metadata() -> json::JsonValue {
|
||||
let mut cmd = Command::new(std::env::var("CARGO").unwrap());
|
||||
let mut cmd = Command::new(env!("CARGO"));
|
||||
cmd.arg("metadata");
|
||||
cmd.arg("--format-version").arg("1");
|
||||
let output = cmd.output().unwrap();
|
||||
|
Reference in New Issue
Block a user