Skip to content

Commit

Permalink
Remove unecessary result library
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom authored and c-cube committed Sep 13, 2024
1 parent 52063a7 commit 7f44cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
(promote
(into ../..)
(until-clean))
(libraries benchpress containers cmdliner result uuidm logs logs.cli
sqlite3_utils base64)
(libraries benchpress containers cmdliner uuidm logs logs.cli sqlite3_utils
base64)
(flags :standard -warn-error -a+8 -safe-string -open Benchpress))

(rule
Expand Down
2 changes: 1 addition & 1 deletion src/server/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(promote
(into ../../)
(until-clean))
(libraries benchpress containers cmdliner result uuidm logs logs.cli
(libraries benchpress containers cmdliner uuidm logs logs.cli
tiny_httpd tiny_httpd.prometheus sqlite3_utils base64 printbox jemalloc)
(flags :standard -warn-error -a+8 -safe-string -open Benchpress -linkall))

Expand Down

0 comments on commit 7f44cdd

Please sign in to comment.