Skip to content

Commit

Permalink
Merge pull request #475 from mkroening/print-build
Browse files Browse the repository at this point in the history
feat(build.rs): print kernel build command
  • Loading branch information
mkroening authored Nov 27, 2023
2 parents 8ca1f19 + a668812 commit 892dd44
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 892dd44

Please sign in to comment.