Skip to content

Commit 7f44cdd

Browse files
filipeomc-cube
authored andcommitted
Remove unecessary result library
1 parent 52063a7 commit 7f44cdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bin/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
(promote
77
(into ../..)
88
(until-clean))
9-
(libraries benchpress containers cmdliner result uuidm logs logs.cli
10-
sqlite3_utils base64)
9+
(libraries benchpress containers cmdliner uuidm logs logs.cli sqlite3_utils
10+
base64)
1111
(flags :standard -warn-error -a+8 -safe-string -open Benchpress))
1212

1313
(rule

src/server/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(promote
77
(into ../../)
88
(until-clean))
9-
(libraries benchpress containers cmdliner result uuidm logs logs.cli
9+
(libraries benchpress containers cmdliner uuidm logs logs.cli
1010
tiny_httpd tiny_httpd.prometheus sqlite3_utils base64 printbox jemalloc)
1111
(flags :standard -warn-error -a+8 -safe-string -open Benchpress -linkall))
1212

0 commit comments

Comments
 (0)