Write the build start to the database.

This commit is contained in:
Tom Alexander
2026-02-16 20:42:03 -05:00
parent ab1f86384b
commit c4c811a099
5 changed files with 40 additions and 51 deletions

View File

@@ -94,6 +94,7 @@ async fn build_target(
build_directory,
flake_directory,
target_config.get_attr()?,
target_config.get_name()?,
)
.await?;