From 7ec50fe5887e2d450958aa5e74021def2036bca5 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 21 Sep 2022 11:21:06 +0200 Subject: [PATCH] comment out non-working code for now --- mirage/unikernel.ml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mirage/unikernel.ml b/mirage/unikernel.ml index 6a1efa7..f1ccd6a 100644 --- a/mirage/unikernel.ml +++ b/mirage/unikernel.ml @@ -497,8 +497,9 @@ stamp: %S Logs.err (fun m -> m "error %s while updating git" msg); Lwt.return None | Ok (commit, msg) -> - let l = Encore.to_lavoisier Git_commit.format in - let bytes = Encore.Lavoisier.emit_string commit l in +(* let l = Encore.to_lavoisier Git_commit.format in + let bytes = Encore.Lavoisier.emit_string commit l in *) + let bytes = "foo" in Logs.info (fun m -> m "git: %s (%d bytes)" msg (String.length bytes)); let commit_id = commit_id commit and modified = modified commit