Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jrray committed Jun 7, 2024
1 parent d624c23 commit c1b3813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/spk-build/src/build/binary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@ where
.take_root()
.and_user_data(input.package.ident().to_owned())
.into();
for entry in input.environment_filesystem.walk() {
tracing::trace!(%entry.path, "environment_filesystem");
}
let mut collected_changes =
spfs::tracking::compute_diff(&input.environment_filesystem, &active_changes);
collected_changes = collected_changes
Expand Down

0 comments on commit c1b3813

Please sign in to comment.