mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
Fix OSDK original directory not restored if bundle validation fails
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
858e95ed4d
commit
7601509e6e
@ -239,6 +239,7 @@ fn build_kernel_elf(
|
||||
}
|
||||
|
||||
info!("Building kernel ELF using command: {:#?}", command);
|
||||
info!("Building directory: {:?}", std::env::current_dir().unwrap());
|
||||
|
||||
let status = command.status().unwrap();
|
||||
if !status.success() {
|
||||
|
Reference in New Issue
Block a user