Skip to content

Commit

Permalink
feat(build.rs): print kernel build command
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Sep 15, 2023
1 parent 55bea1f commit a668812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermit/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ impl KernelSrc {
.into_iter(),
);

println!("cargo:warning=$ {cargo:?}");
let status = cargo.status().expect("failed to start kernel build");
assert!(status.success());

Expand Down

0 comments on commit a668812

Please sign in to comment.